Forum Discussion
Koti_Reddy_Koll
Nimbostratus
Jul 20, 2019http uri rewrite iRule help
Folks, I have a requirement to rewrite http URI path from /abc/xyz to /SP/def/CRM (not through http redirect or ProxyPass). Client request: http://company.com/abc/xyz BIG-IP should forward the...
Snl
Cirrostratus
Jul 20, 2019give a try
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] starts_with "company.com" && [string tolower[HTTP::path]] eq "/abc/xyz"} {
pool pool
HTTP::uri "/SP/def/CRM"
}
}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