Can I use HTTP authentication with Apache CGI? ΒΆ
Yes. However you need to pass authentication variable to CGI using following rewrite rule:
RewriteEngine On RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
Yes. However you need to pass authentication variable to CGI using following rewrite rule:
RewriteEngine On RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]