Forum Discussion
brepav123_22459
Cirrus
May 25, 2016Using "=" symbol in iRule URL Path
Hey everyone,
I've got an iRule where i send traffic to a specific pool based on the URL path they send in. It works well for most URL paths but i've received a request to add a new pool from a ...
Stanislas_Piro2
Cumulonimbus
May 25, 2016Hi,
I tried this irule and it detect equals character:
when HTTP_REQUEST {
if {[HTTP::uri] contains "=" } { log local0. "[HTTP::uri] : detected"} else { log local0. "[HTTP::uri] : not detected" }
}
The log is:
May 25 14:59:49 F5adm info tmm[20143]: Rule /Common/detect-equals : /foo=bar/ : detected
May 25 14:59:53 F5adm info tmm[20143]: Rule /Common/detect-equals : / : not detected
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects