Is your feature request related to a problem? Please describe.
I want to do JWT auth, and for security, I have the JWT set as a cookie with the HttpOnly attribute set not to allow Javascript access to it. I need a way to extract it from the HTTP headers.
Describe the solution you'd like
Script should be able to access the wss HTTP headers.