Fixing Internet Explorer & AJAX
A few weeks ago, as developers are wont to do, I rewrote our online gameroom. Version 1 was getting crusty, and I'd written all the AJAX handlers manually and wanted to clean up the code by using Pro...
Published Jun 26, 2008
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
Colin_Walker_12
Jun 26, 2008Historic F5 Account
You'll also likely want to make sure you're re-setting foundmatch to 0 either at the beginning of the HTTP_REQUEST event or the end of the HTTP_RESPONSE event to avoid false positives.
I know that theoretically all the requests in a given connection will be coming from the same user agent, and thus it's more of an academic issue, but still, it just seems proper, so I thought I'd point it out. ;)
Colin