Forum Discussion
Phil_Agee_69879
Nimbostratus
Dec 14, 2005URL Rewriting
We are just getting started with iRule and are curious about the capability to rewrite URLs.
According to the following link (Joe Pruitt's log):
http://devcentral.f5.com/weblogs/Jo...
JRahm
Admin
Dec 14, 2005Forgot to trim the leading /.... try this instead:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/MyName" } {
set uri [string trimleft [HTTP::uri] "/"]
HTTP::uri "/CustomerHomePage.aspx?CustomerName=$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