Forum Discussion
How do I configure a url translation and/or Re-write with LTM 11.3 code..
Hello, I am new to F5 and I am confronted with a request to do a url re-write or redirect for an inbound client request to the my back-end server... So my client request. (( http://192.168.x.x/lastsearch/lookup_bank )) this request require a URL re-write or translated as ( http://192.168.14.17:92xx/lookup_bank/search )
1 Reply
Hi!
As long as you have a Virtual server with port translation enabled and the pool members are listening to 92xx that part would be ok.
As for the uri rewriting, you can try this one
when HTTP_REQUEST { set uri [ string tolower [HTTP::uri]] if { $uri equals "/lastsearch/lookup_bank" } { HTTP::uri "/lookup_bank/search" } }/Patrik
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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