Forum Discussion
Shlairshe_84486
Nimbostratus
Apr 16, 2014redirecting for url/uri to url/uri
Hi,
I have a question regarding redirecting and I am not sure if it is supported on the bigIP. I am trying to send a request from a user to the eg site http://lions.dev.tmp.com/bids, so that if t...
Cory_50405
Noctilucent
Apr 16, 2014Possible indeed:
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] equals "lions.dev.tmp.com" and [string tolower [HTTP::uri]] equals "/bids" } {
HTTP::redirect "https://tigers.dev.tmp.com/bids"
}
}
Shlairshe_84486
Nimbostratus
Apr 16, 2014I will try it and let you know, but thanks , will let you know shortly.
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