reverse proxy with Auth

#1
is there a way to include a username in a proxy call?

somethings like this

Code:
RewriteRule ^/cctv/garage-live\.jpg(\?.*)? http://admin@Proxy:IPCam-Garage/video/mjpg.cgi [P, L]
the call above is just a example, it results in a error 500, i cant supply the username in the url as this would result in a CORS issue instead Plus i not really want to advertise the name anyway.

anyone has an idea how to accomplish this?
 
Top