Support Center > Knowledgebase > phpMyAdmin > Server > Can I use HTTP authentication with Apache CGI ?
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]
Also Read