You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to test an authenticated websocket endpoint using this tool. To do this I need to send an Authorization header to the endpoint so it can authenticate my connection. Unfortunately, I have no way to do this with this tool. I saw that you already have a flag to set the Origin header - would it be possible to allow users to set arbitrary headers, like curl does?
Thank you!
Andi
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to test an authenticated websocket endpoint using this tool. To do this I need to send an Authorization header to the endpoint so it can authenticate my connection. Unfortunately, I have no way to do this with this tool. I saw that you already have a flag to set the Origin header - would it be possible to allow users to set arbitrary headers, like
curl
does?Thank you!
The text was updated successfully, but these errors were encountered: