Forum Discussion
abachman_72712
Nimbostratus
Aug 21, 2009Append to uri
I need to append to the uri that the user types. The client browser needs to see the addition for a certain java function to work properly. We are using an existing iRule for cookie persistence, and ...
L4L7_53191
Nimbostratus
Aug 21, 2009You could consider:
when HTTP_REQUEST { if {[HTTP::uri] starts_with "/cc/Claim"} {
HTTP::uri /cc/Claim/Claim.do
}
}
...which will transparently pass the uri back to the server without the redirect. That said, your redirect idea should work as well. You should be able to add your if test code (or the untested code in the if block above) just after your persist command above in the HTTP_REQUEST event.
-Matt
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