Forum Discussion
David_Y_20509
Nimbostratus
May 21, 2010HTTP Redirect OWA without SSL
Hello, I am new to the F5 iRules. I am trying to load balance the Exchange OWA. Since it is internal, we are not using SSL. I have used the following iRule from the deployment guide, but modified to remove the https. It appears to be looping.
when HTTP_REQUEST {
HTTP::redirect "http://[HTTP::host]/owa"
}
Yet, when I use the following rule with a static IP address, it works just fine.
when HTTP_REQUEST {
HTTP::redirect "http://10.0.0.24/owa"
}
I have been working with the support from F5, but we seem to be going around in circles and he doesn't seem to know what the issue is. Going on day 3. Does anyone know why it is looping? Is there a way to redirect the traffic without changing the URL address from the end users perspective? I hope that makes sense.
Thank you in advance.
- Kirk_Bauer_1018
Nimbostratus
Try this out: - Kirk_Bauer_1018
Nimbostratus
Try this out: - Michael_Yates
Nimbostratus
Where I work we try to write what we call "any.any" iRules. Meaning that we can apply it to any Virtual Server and get the same result.when HTTP_REQUEST { HTTP::redirect http://[getfield [HTTP::host] ":" 1][HTTP::uri] }
- naladar_65658
Altostratus
Hello David,
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