Forum Discussion
script-errors
hello, can you please tell me what's wrong with my script, when HTTP_REQUEST{ if{![HTTP::uri] starts with "/spider"} if {![HTTP::uri] starts with "/super"}
{HTTP::cookie insert name "AAA" value "no" }
else { HTTP::cookie insert name "AAA" value "yes" } } else { HTTP::cookie insert name "AAA" value "no" } } }
when HTTP_REQUEST{ if{ HTTP::cookie value equals "yes"} {pool Pool_cat} }
- sael_315797
Nimbostratus
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/spider"}{
if {[HTTP::uri] starts_with "/super"}{ HTTP::cookie insert name "cat" value $yes
} else { HTTP::cookie insert name "cat" value $no } } else { HTTP::cookie insert name "cat" value $no } }
- sael_315797
Nimbostratus
i corrected my own script! there is no errors any more
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com