Forum Discussion
George_72275
Jun 08, 2012Nimbostratus
How to mask URL
Hi there,
I'm new to iRules and trying to come up with a solution here and hoping someone can help. I have two URLs:
1) http://www.abc.com/join
2) http://www.abc.com/join/eve...
Richard__Harlan
Jun 08, 2012Historic F5 Account
The following should work for you
when HTTP_REQUEST {
if { [HTTP::uri] equals "/join/events" } {
HTTP::uri "/join"
}
}
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