prompting for user+passwd for a websocket proxied url

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



dear apache users,

I have a ws:// url proxied with a ProxyPass/ProxyPassReverse
statement (e.g ProxyPass /myWsUrl "[localhost listener]")
and an access statement:
<LocationMatch "^/myWsUrl">require user myUser</LocationMatch>

the access protection works, because I get a "GET /myWsUrl HTTP/1.1" 401
line in the access log, and the browser gets a "WWW-Authenticate" response
header, BUT the browser won't open a

user+password dialog-box as with more "conventional" urls

(in fact, the only difference in the WWW-Authenticate response header in
the "usual" urls, is a domain="/" parameter, missing for the ws proxied urls)

is there any config-trick to make httpd return an answer that will trigger the
user prompt?

thanks
kg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux