crossbario / autobahn-python

WebSocket and WAMP in Python for Twisted and asyncio
https://crossbar.io/autobahn
MIT License
2.48k stars 766 forks source link

No authentication for the proxy #1407

Open a-fazal opened 4 years ago

a-fazal commented 4 years ago

Hi, I am trying to connect to a websocket through a private proxy server which I need to authenticate with a username and password. However, I only see the option for a host and port but no username and password for adding a proxy.

https://github.com/crossbario/autobahn-python/blob/ea1bbaa4a0f978335aee12473407e8f4a899bed5/autobahn/twisted/wamp.py

Is this currently supported? Thanks

oberstet commented 4 years ago

sorry, no, HTTP proxy authentication is currently not supported

sla-te commented 4 years ago

very sad