Forum Discussion
Jay_Prasanth_13
Nimbostratus
Aug 11, 2014Need help to mask context path
Hi Guys, Need assistance
All our URI starts with context path /xx/yy , I need to mask this in the browser.
I could mask only home path , but not all subsequent path .Current iRule ( if {[HTTP::uri] ...
Cory_50405
Noctilucent
Aug 11, 2014If you want to simply append /xx/yy before every HTTP request and mask it from the end user, something like this should work as it'll only change the URI being passed to the web server. Since no redirection is happening, the user's browser will see no change:
when HTTP_REQUEST {
HTTP::uri "/xx/yy[HTTP::uri]"
}
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