News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
HTTP Basic and Digest authentication with PHP
February 13, 2009 @ 12:06:02

Validating users can be a complicated thing but, depending on what you're trying to protect, you may not need an entire user validation and management system to keep it all straight. Evert Pot offers information on using PHP with a good old standby technology - HTTP basic and digest authentication.

HTTP authentication is quite popular for web applications. It is pretty easy to implement and works for a range of http applications; not to mention your browser.

He includes two scripts - one to force the Basic form of authentication (the password is passed over in clear-text) and the Digest method (the password is set over as a hash) - and how to check the values sent back for each. Obviously, the Digest method takes a little more doing and requires compiling a few different keys as an md5 hash to ensure that the user is valid.

0 comments voice your opinion now!
http basic digest authentication example tutorial


blog comments powered by Disqus

Similar Posts

Lorenzo Alberton's Blog: PEAR::Pager Tutorials

Pádraic Brady's Blog: RESTful Web Services with Zend Framework

PHPBuilder.com: PHP and Regular Expressions 101

Rich Zygler's Blog: People work with WS-* web services in PHP? Why?

Zend Developer Zone: Creating Web Page Templates with PHP and Twig (part 1)


Community Events











Don't see your event here?
Let us know!


unittest release language zendframework2 podcast application framework development series phpunit functional testing community conference code introduction tool interview example opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework