I want to use jQuery to GET a URL and explicitly check if it responded with a 302 redirect, but not follow the redirect.
jQuery\'s $.ajax appea
$.ajax
You can now use fetch API/ It returns redirected: *boolean*
redirected: *boolean*