Tagged: ajax

Jquery, Redirects and Django

Whenever Jquery performs an ajax call and the response has a 302 HTTP Status (redirect), the redirection is not performed. The response is handled by Jquery as it had a HTTP 200 status code, and that’s just not right ! I had this problem with an ajax login box: If username and password dont check, [...]