Forum Discussion
Chuchuchui_1605
Nimbostratus
Jun 19, 2010HTTP_REQUEST redirect newbie
I am trying to figure out how to do this redirect with an HTTP_REQUEST and I am confused. I am trying take this https://www.xxx.yyy.com/v1234/login.aspx?id=9999999-99 and redirect it to https://www.xx...
hoolio
Cirrostratus
Jun 19, 2010Can you try something this:
when HTTP_REQUEST {
Check if some case is true
if {[HTTP::uri] starts_with "/v1234"}{
Remove /v1234 from the URI and redirect the client
HTTP::redirect "https://[HTTP::host][string map {/v1234 ""} [HTTP::uri]]"
}
}
Aaron
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
