How to get response status code from jQuery.ajax? In the following code, all I am trying to do is to get the HTTP response code from a jQuery.ajax call. Then, if the code is 301 (Moved Permanently),... May 20, 2022 0 Comments