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
that's not supported in all browsers (Safari on iphone). as a workaround, perhaps they can use:
then apache can rewrite to the correct url and add the needed Authorization header.?
Any help on implementing or other ideas would be most appreciated.
Thanks!
-mark-