Forum Discussion
cxcal_18687
Jan 26, 2011Nimbostratus
HTTP and URI Redirect
Can someone assist with a iRules with the following requirements:
1) When a client hits "" they should be redirected to "https:///Proxy"
2) If clients hits they should be redire...
cxcal_18687
Jan 27, 2011Nimbostratus
The iRule below hangs when executed http://hostname.com and then times out.
My goal is for the request to hit the VIP and redirect to https, and connect to the pool of servers
What am I doing wrong????
when HTTP_REQUEST {
if { [HTTP::host] equals "uat.ac.com" and [HTTP::uri] equals "/"} {
HTTP::redirect "https://uat.ac.com/Portal"
}
}
Appreciate the help!
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