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!