There is a custom response header that I want to check and use that come from the initial page load request (the request browser send when we type in the url).
Is there a way for me to access that header as a script that sits on the page WITHOUT making another request?
Thanks