502 apache proxy error with IE! ARGH!
Accessing my site in IE gives a 502 proxy error when accessing: /
test.php?ID="18"
It appears that the double quotes are handled differently, and the
servers behind the load balancer choke when they get a back slash,
complaining of a malformed http request.
Is there some way to undo what IE does to the query string via rewrite
or some such?
I've been at this all day, please save me before it's too late.
from access.log:
Firefox/Mac:
"GET /test.php?ID=%2218%22 HTTP/1.1" 200 506 "-" "Mozilla/5.0
(Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11) Gecko/20071127
Firefox/2.0.0.11"
IE/Win:
"GET /test.php?ID=\"18\" HTTP/1.1" 502 419 "-" "Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322;
InfoPath.1; .NET CLR 2.0.50727)"
|