Forum Discussion
craig_lee10_177
Nimbostratus
Oct 02, 2012Need a pointer
Hi I need some help with an irule that I am banging my head with. Basically I need to keep the uri intact from a client point of view and strip out the /development before it gets sent to the backend...
What_Lies_Bene1
Cirrostratus
Oct 02, 2012This should do it but nitass's code is way better;
when HTTP_RESPONSE { if { [string tolower [HTTP::header]] values "Location" equals "/online/TestLogin.aspx" } { HTTP::header replace "Location" "/development/online/TestLogin.aspx" } }
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