IE 7 activex object (or xmlhttprequest?) open method using POST takes 20-30 seconds to return

Posted by Toddeman on Stack Overflow See other posts from Stack Overflow or by Toddeman
Published on 2010-05-03T14:35:43Z Indexed on 2010/05/03 14:38 UTC
Read the original article Hit count: 245

i have a problem that only shows itself in IE7. its a simple ajax call. i got my object (accounting for the browser) so in 7 i SHOULD have an ActiveXObject. when i call open with POST, it takes 20-30 seconds to return. i am using a TON of GET calls to populate information and all of these work (finally, after some bug fixing), but i am NOT a web developer so much like the other bugs i had to fix, i figured i was just missing another IE anomaly.

this is not a consistent bug either, which makes it harder to find for me. most times the POST functions like it does in Firefox or Chrome, but maybe 1 out of 4 or 5 will take 20-30 seconds to return. it DOES return correctly when it returns, it just takes a long time.

am i missing something simple? or is there a smarter way for me to find out exactly what is going on (like the equivalent of the firebug 'net' tab for windows?).

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about ie7