jQuery ajax is throwing an error code 302... what is this?
- by AndreMiranda
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!!