Mod Perl and Basic Authentication

2016-03-02 Thread Matthias Schmitt
Hello, I am trying to handle basic authentication using mod_perl 2.0.9 and Apache 2.4.18. I am getting the first request to my resource. The user is requesting the URL without any username or password. My program should refuse the access to this resource and force the web browser to offer a d

Re: Mod Perl and Basic Authentication

2016-03-02 Thread A. Warnier
On 02.03.2016 17:53, Matthias Schmitt wrote: Hello, I am trying to handle basic authentication using mod_perl 2.0.9 and Apache 2.4.18. I am getting the first request to my resource. The user is requesting the URL without any username or password. My program should refuse the access to this r

Re: Mod Perl and Basic Authentication

2016-03-02 Thread Vincent Veyron
On Wed, 2 Mar 2016 17:53:39 +0100 Matthias Schmitt wrote: > I am trying to handle basic authentication using mod_perl 2.0.9 and Apache > 2.4.18. > > > BTW, the same Programm runs fine using mod_perl 2.0.6 and Apache 2.2.x. I don't use basic authentication myself so can't help you, but see 'R