Forum Discussion
skunk69_85565
Nov 06, 2007Historic F5 Account
need to insert new info into HTTP query or uri
Hi everyone,
I need some advice here, please.
I am currently developing an iRule which will in the end send user requests to different pools based on IP addr, user agents, an exist...
hoolio
Cirrostratus
Nov 06, 2007I think the value retrieved using HTTP::query and HTTP::uri is cached for performance reasons. So even if you set it to a new value, the command will still return the original value.
If you change your rule to check the $client_id or updated $qstring, you should get the desired result:
if { $qstring starts_with "/A"} {
Aaron
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