>
Download This Plugin | |
Download Elegant Themes | |
Name | HTTP Digest Authentication |
Version | 1.2.1 |
Author | Jesin |
Rating | 74 |
Last updated | 2015-03-02 07:14:00 |
Downloads |
1346
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
HTTP Digest Authentication plugin added 187 bytes of resources to the Home page and 187 bytes of resources to the sample Post page.
HTTP Digest Authentication plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! HTTP Digest Authentication plugin ads no tables to your Wordpress blog database.This plugin adds an additional layer of protection for the wp-login.php page using HTTP Digest Authentication with the PHP header() function.
So it doesn't require configuring web server files like .htaccess or .htdigest and works on all web hosting environments.
Important: If you already have a plugin which does HTTP Authentication please deactivate it before activating this plugin. Similarly if you have configured your web server to do HTTP authentication on the wp-login.php file please remove it before using this plugin.
If you are using FastCGI PHP this plugin may keep prompting for the credentials even if you enter the right pair, in this case use the following in your .htaccess
file
<IfModule mod_setenvif.c>
SetEnvIfNoCase ^Authorization$ "(.+)" PHP_AUTH_DIGEST=$1
</IfModule>
The BA (Basic Authentication) mechanism provides no confidentiality protection for the transmitted credentials. They are merely encoded with BASE64 in transit, but not encrypted or hashed in any way.
The HTTP Digest Authentication Plugin official homepage.