On 2/13/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> Is there a standard way to send credentials at once instead of displaying
> auth box ?
No. This is essentially impossible with http basic auth. You would
need to role your own session support using cookies or the like, and
then path an
Is there a standard way to send credentials at once instead of displaying auth
box ?
Fabian
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Joshua Slive
Envoyé : lundi 13 février 2006 14:51
À : users@httpd.apache.org
Objet : Re: [EMAIL PROT
On 2/13/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> This method works but I'd like to avoid access _only_ without
> authentification :
> http://site returns 401 with www-auth
>
> ... But I'm surprised http://user:[EMAIL PROTECTED] works in 2 phases :
>
> 1.Server returns 401 (why?)
.org
Objet : Re: [EMAIL PROTECTED] proxypassreverse redirection
On 2/10/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> It's exactly what I need ! 401 with proxyerroroverride displays my new page
> but keeps displaying www-auth box.Do you have a sample of such a script I
>
On 2/10/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> It's exactly what I need ! 401 with proxyerroroverride displays my new page
> but keeps displaying www-auth box.Do you have a sample of such a script I
> could use to change 401 -> 404 for instance ?
#!/bin/sh
echo Status: 301
echo Locat
De la part de Joshua Slive
Envoyé : jeudi 9 février 2006 19:15
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] proxypassreverse redirection
On 2/9/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> Is it possible to redirect a proxypassreverse in some cases ? eg
> if inte
On 2/9/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote:
> Is it possible to redirect a proxypassreverse in some cases ? eg if
> internal server returns a 401 I'd like to avoid displaying auth box.
ProxyErrorOverride may work for this (I haven't tried myself). But
you'd need to point ErrorDocu
Hi,
Is it possible to redirect a proxypassreverse in some cases ? eg if
internal server returns a 401 I'd like to avoid displaying auth
box.
Regards,
Fabian