jQuery ajax is throwing an error code 302... what is this?
Posted
by AndreMiranda
on Stack Overflow
See other posts from Stack Overflow
or by AndreMiranda
Published on 2009-09-24T18:46:59Z
Indexed on
2010/05/12
20:34 UTC
Read the original article
Hit count: 254
Hi everyone!
I'm working with ASP.NET MVC and jQuery and I have a UserControl that is repeated in every page. And in every page request, a ajax callback occurs... so far so good.
But this is when I'm in localhost. When I publish the site, I notice that this ajax is throwing an error 302, but this only occus in HTTPS pages and in FF and Chrome... on IE this ajax request works fine.
What is this error 302? Why it only occurs on https pages and only in FF or chrome?
thank you all!!
© Stack Overflow or respective owner