Forum Discussion
Mohammad_Khrees
Jun 16, 2011Nimbostratus
ASM URL ReWriting
Dear all;
am new with BIG IP ASM, and i want to make url rewriting rule using the GUI (configuration utility)....
sample:
client request :
www....
Hi Mohammad,
You can use an iRule like this to rewrite the URI:
when HTTP_REQUEST {
if {[HTTP::uri] eq "/pls/apps/f?p=100"}{
HTTP::uri "/xyz"
}
}
For details on the commands you can check the wiki pages:
http://devcentral.f5.com/wiki/default.aspx/iRules/http_request
http://devcentral.f5.com/wiki/default.aspx/iRules/http__uri
Aaron
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