views:

10

answers:

0

I have a page that makes multiple AJAX calls to a generic handler page. 9 times out of 10, every AJAX call completes with a 200 ok. However, that one time out of 10, one of those AJAX calls comes back as a 302 Found. I know that 302s themselves are not errors, but on this page every time a 302 comes back, it causes the AJAX call to error out. Does any one have any idea what is causing the handler to redirect and how I can stop it?