I'm working with ASP.NET MVC and jQuery and I have a UserControl that is repeated on every page. In every page request, an AJAX callback occurs. So far so good.
But when I'm in localhost and I publish the site, I notice that this AJAX is throwing a 302
error. This only occurs on https
pages, and only in FF and Chrome. On IE, the AJAX request works fine.
What is this 302 error? Why does it only occur on https
pages, and only in FF and Chrome?