You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by he...@kpn.com on 2006/06/21 14:36:24 UTC

[users@httpd] RE: ProxyPass and HTTP-Auth username+password?

You can add the header manually, like:

RequestHeader set Authorization: Basic qwertyuiopasdfgjhj

The last string is the base64 encoded username/password. See http://noeld.com/programs.asp?cat=misc#authentication for a windows tool that.

regards Henk Fictorie

-- 
Henk Fictorie 
KPN.com
-----Original Message-----
From: Christian Hammers [mailto:ch@westend.com]
Sent: woensdag 21 juni 2006 12:09
To: users@httpd.apache.org
Subject: ProxyPass and HTTP-Auth username+password?


Hello

I would like to import a HTTP-Auth protected website into my site.
How is this possible? My thoughts so far were ProxyPass and mod_rewrite
but neither seems to allow me to put a fixed user+pass into the apache
configuration.

bye,

-christian-


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] RE: ProxyPass and HTTP-Auth username+password?

Posted by Christian Hammers <ch...@westend.com>.
On Wed, Jun 21, 2006 at 02:36:24PM +0200, henk.fictorie@kpn.com wrote:
> RequestHeader set Authorization: Basic qwertyuiopasdfgjhj
Thanks!

bye,

-christian-

-- 
Christian Hammers             WESTEND GmbH  |  Internet-Business-Provider
Technik                       CISCO Systems Partner - Authorized Reseller
                              Lütticher Straße 10      Tel 0241/701333-11
ch@westend.com                D-52064 Aachen              Fax 0241/911879


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org