jQuery AJAX Calls Not Working In IE8

I recently discovered that some jQuery code I had written for making AJAX calls was not working in IE8, even in Compatibility Mode. Turns out the reason why is that IE8 caches AJAX GET requests. Changing the calls to POST instead of GET corrected the problem. I hope this helps anyone else having this same issue.

Comments

Donny Kurnia said…
You can still using GET, with this workaround:
http://stackoverflow.com/questions/1190318/jquery-ajax-when-periodicaly-called-doesnt-work-on-ie8
Jamarr Lexx Waples said…
Thanks this really helped me out!!
Alan said…
Glad to help!
Alan said…
jQuery's ajax() method has since been updated to automatically append a random number (based on the current timestamp) to ajax calls as long as the cache property is set to false (default).
Hey ppl,

I found this article, and works as expected.

http://mike-ward.net/blog/post/00660/force-jquery-1-5-to-always-allow-cross-site-scripting

Cheers

Popular Posts

How to Get Norton Security Suite Firewall to Allow Remote Desktop Connections in Windows

Resolving the "n timer(s) still in the queue" Error In Angular Unit Tests

How to Determine if a Column Exists in a DataReader

Video Game Review: Your Shape Fitness Evolved for Xbox 360 Kinect

Silent Renew and the "login_required" Error When Using oidc-client