Forum Discussion
pjcampbell_7243
Cirrus
Apr 02, 2012Mask a uri?
Hi all,
Is there a way to mask a uri with the F5? They want to hide a number of parameters that are shown the URI. I don't want to mask the whole site, only particular pages.
e.g.
/contactus calls /contactus?id=123&someothervalue=true&etc&etc on the back end?
1 Reply
Sort By
- Michael_Yates
Nimbostratus
Yes. There are ways to do that, but they can get tricky quickly... Missing CSS Elements and Loops can result if you are not careful in what you are configuring, especially when the [HTTP::uri] value that you are triggering the iRule on is also part of the masked value.when HTTP_REQUEST { if { [HTTP::uri] contains "/contactus" and [HTTP::query] equals "" } { HTTP::uri "/contactus?id=123&someothervalue=true&etc&etc" } }
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