HTTP authentication via reverse proxy

Hi,

I've taken a dig around the interface for the 4.0.4 web proxy and in the documentation but haven't come up with much so far.

What I want to do is configure a reverse proxy so that it feeds the HTTP authentication credentials into the server when we reverse from the proxy to it.

i.e.

user --> revproxy --> (http_details) --> webserver

The user wont enter these, they'll be somehow if possible, be configured into the reverse proxy so it knows what HTTP realm string to match to a target host and feed the credentials into it.

Is this possible?

[602 byte] By [Kobara] at [2007-11-27 3:01:47]
# 1
Since it is just a matter of adding Authorization header, it is possible.look around for other discussions for adding headers.
rahul.naira at 2007-7-12 3:44:02 > top of Java-index,Web & Directory Servers,Web Servers...