Forum Discussion
rob_miller_7792
Nimbostratus
May 08, 2007simple iRule failing with IE 7.0
The search feature didn't return anything for this.
We are on Big-IP Kernal 4.5.12 Build 19-a
For some time now we have experienced problems with customers hanging on our website. All of the customer's on IE7.0. After much testing, we have determined the problem is with our iRule for the site.
This rule simply kicks out certain requests. If I remove all of the conditions but 1 from the iRule, then IE7.0 appears to work fine. However, whenever I put 2 or more of the conditions in, then the browser will occassionally hang for 6 or 7 minutes before returning the response. Our web servers do not receive the hit until after the 6 or 7 minutes has expired, and then we serve up the page as normal.
Here is the rule:
if (http_header("User-Agent") matches_regex "wget" or client_addr == 213.130.53.94 or http_uri contains "txtLastName" or client_addr == 66.153.64.218 or http_uri contains "images2002" or http_uri contains "favicon.ico" or http_uri contains "owssvr.dll" or http_uri contains "cltreq.asp" or http_uri contains "globalconfig") {
discard
}
else {
use pool eMozartNet_http
}
- hoolio
Cirrostratus
That sounds like you might be encountering a bug. Or perhaps IE7 is sending requests in a way that BIG-IP isn't handling correctly. Either way, you could probably contact support for help isolating the cause of the issue as it appears there might be a bug. - Deb_Allen_18Historic F5 Account
Posted By hoolio on 05/08/2007 12:02 PM
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