We use jquery/ajax for sending some data to the server (post method). And take 302 redirect as a response. But nothing happend. I mean, we see "302 found" in IE dev tool and new location, but browser ignoring it and stay on the same page. Can you give some advice for us? In other browser, such as FF, Chrome, Safari and Opera redirect works normal.
UPD: problem solved. in location was http link, but we work above https. I think that IE doesn't like it. When we change location link to https, all begin to work.