Hello,
maybe this project is interesting for you.
http://www.fail2ban.org/wiki/index.php/Main_Page
Cheers,
Michael
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/usersl
Hi,
i doesn't need features like Base64-decoding. I have a RewriteMap which
contain all the Basic64 authentifications tokens which are equal with the
token that come over the uri.
Need only a simple solution to pass them from the uri query into the http
header.
Regards,
Michael
authentication and i have generated a
base64 token which equal user:password and now i like
to set them into the header. Hardcodet it works already. But how can i get
the param from the uri into the header ?
Regards,
Michael
2011/2/21 Björn Zettergren
> On 02/21/2011 02:42 PM, Michael Prieß wr
Hi Apache users,
i like to do some basic authentication with a simple token which is
user:password via http get.
How can i get the token which come in via "http get" into the header with
Apache ?
Regards,
Michael