mhzed / wstunnel

tunnel over websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: basic HTTP authentication

qub opened this issue · comments

commented

Could wstunnel support basic HTTP authentication? I.e. wss://user:password@example.com/websocket/

commented

I'm aware it supports authentication via proxy with the -p option but I was hoping for it to support it directly to websocket URI.

Support added. Let me know if it works.