[AOLSERVER] AOLserver POST/redirect weirdness on AOL.COM

2001-10-11 Thread Michael Schilli
Hi AOLserver folks, we're seeing a AOLserver problem in production on AOL.COM. Unfortunately, they're running a very outdated version (2.3.3), just wanted to make sure you guys fixed this problem in later releases, here it is. Magic Carpet is POSTing to www.aol.com, which in turn issues a

Re: [AOLSERVER] AOLserver POST/redirect weirdness on AOL.COM

2001-10-11 Thread Jim Wilcoxson
Here's the fix we use. What we found is that if a redirect follows a POST, then MSIE will ignore the arguments present on the redirect. JIm proc rl_returnredirect {location} { global __did_ns_return rlfont global __trace_endtime if {[info exists __did_ns_return]} { rl_log error

Re: [AOLSERVER] AOLserver POST/redirect weirdness on AOL.COM

2001-10-11 Thread Peter M. Jansson
Does IE exhibit the same behavior in response to a see other (HTTP return code 303 instead of 302)? On Thursday, October 11, 2001, at 07:24 PM, Michael Schilli wrote: Magic Carpet is POSTing to www.aol.com, which in turn issues a redirect. This causes IE5.5 and IE6 to display a page not