Hi
I wonder if it is possible to use an Aflex inside another Aflex, for example
when HTTP_RESPONSE {
if { [HTTP::status] == 404 } {
Aflex “ERROR-404”
}
}
is this possible?
Regards
Hi
I wonder if it is possible to use an Aflex inside another Aflex, for example
when HTTP_RESPONSE {
if { [HTTP::status] == 404 } {
Aflex “ERROR-404”
}
}
is this possible?
Regards
Unfortunately, I do not believe this is possible. You can bind multiple Aflex scripts to a virtual port, but I have not seen a way to “nest” Aflex scripts.