Is there a way to read the HTTP header with jQuery without performing a .ajax
request and reading xhr.status
?
Along similar lines to the popular Google Analytics addon (gaAddons) I wish to track 404s on my site. Unfortunately, I have inherited a legacy system and 404s do not have a unique URL.
Is it possible to read the HTTP header using jQuery?