Forum Discussion
Kevin_Nail
Nimbostratus
Mar 16, 2007Redirect with IE fails but works with Firefox
We have an irule the redirects incoming traffic to the same host but to a different URI. When using IE to load the page, the redirect works but not all of the images load correctly. However when we load the page with Firefox, everything works fine. Any ideas? Does IE behave differently than Firefox does with regards to redirects?
Here is our rule:
if (http_uri contains "msncricketer") {
discard
}
else if (http_uri contains "nowhere.com") {
discard
}
else if (http_uri == "/") {
redirect to "http://wwwtst.somecompany.com/www/en-us"
}
else {
use pool Webhosting_WWWtst_80
}
No RepliesBe the first to reply
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