Forum Discussion
f5now_28704
Nimbostratus
Aug 26, 2008Hiding URI for all pages
ok, Im looking for a way to hide all the URI's from view, not sure if its possible..
I can do it like this for each URI but I was looking for something that would be like wildcard or something..
when HTTP_REQUEST {
if { ([HTTP::host] == "www.google.com") and ([HTTP::uri] == "/") } {
HTTP::uri "/Pages/default.aspx"
}
}
currently it looks like this "www.google.com/Pages/default.aspx" with this irule I changed it to look like "www.google.com" but I have many other pages.
Thanks
Ryan
- hoolio
Cirrostratus
Hi Ryan, - f5now_28704
Nimbostratus
thanks for the response, marketing has the need for an aesthetically pleasing look... BS if you ask me, but I thought I would ask... irules have been know to do some pretty cool stuff in the past. - Patrick_Chang_7Historic F5 AccountLook at the proxypass iRule. You could have marketing provide you with a list of the URI transformations they want. Then, you can enter that in as the data group of the proxypass iRule.
- f5now_28704
Nimbostratus
cool idea, I will have to check it out thanks for the reply.
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