Is it possible for jQuery to access the getResponseHeader
or getAllResponseHeaders
methods for a regular non-ajax request?
I investigated the onReady
and onLoad
event but to no luck.
I have some custom headers that contain some debug information an they work great except on non AJAX calls.