Aflex inside another Aflex

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

Tagged:

Comments

  • mdunnmdunn Member ✭✭✭

    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.

Sign In or Register to comment.