Re: [users@httpd] extract auth header from query string

2017-11-15 Thread Daniel
iirc httpd does not deal with wss as of now, only for reverse proxying. 2017-11-15 19:27 GMT+01:00 Mark Lybarger : > i have a user who is connecting to a websocket that requires a basic > authenticaion header. they're doing this from the browser's javascript as > >

[users@httpd] extract auth header from query string

2017-11-15 Thread Mark Lybarger
i have a user who is connecting to a websocket that requires a basic authenticaion header. they're doing this from the browser's javascript as wss://user:p...@myhost.com/endpoint that's not supported in all browsers (Safari on iphone). as a workaround, perhaps they can use: