I am looking to get/return the response headers of an already made request using js in the browser console. I do not wish to use the XMLHTTPRequest object as it makes another request.
I tried using the window.performance object in the js console, but failed to get the response header of the already made request on the page. Does anybody have an idea how to do this?