Re: [users@httpd] prompting for user+passwd for a websocket proxied url

2021-04-23 Thread Hendrik Schmieder
@lbutlr schrieb: On 09 Apr 2021, at 03:08, karrageorgiou giannis wrote: have a ws:// url proxied That's a new one for me, what is ws:// ?? Take a look at https://en.wikipedia.org/wiki/WebSocket Hendrik Schmieder Senior Software Engineer +49 761 15147 13 Jedox Bismarckallee 7a 79098

Re: [users@httpd] prompting for user+passwd for a websocket proxied url

2021-04-09 Thread @lbutlr
On 09 Apr 2021, at 03:08, karrageorgiou giannis wrote: > have a ws:// url proxied That's a new one for me, what is ws:// ?? -- "Some cause happiness wherever they go; others, whenever they go.." - Oscar Wilde - To

[users@httpd] prompting for user+passwd for a websocket proxied url

2021-04-09 Thread karrageorgiou giannis
dear apache users, I have a ws:// url proxied with a ProxyPass/ProxyPassReverse statement (e.g ProxyPass /myWsUrl "[localhost listener]") and an access statement: require user myUser the access protection works, because I get a "GET /myWsUrl HTTP/1.1" 401 line in the access log, and the browser g