News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Sree's Blog:
HTTP Authentication with PHP
December 05, 2005 @ 07:16:00

From Sree's blog today, there's this look at a method for doing "HTTP Authentication with PHP".

Basic HTTP authentication uses a challenge/response scheme to authenticate users attempting to access a password-protected page. The challenge process begins when the user requests a file from a Web server. If the username and password pair is valid, the protected file will be displayed to the user.

A simple PHP script can mimic the HTTP authentication challenge/response system by sending the appropriate HTTP headers that cause the automatic display of the username/password dialog box.

They give all of the code to make it possible. However, it does make use of the globals that you might not have access to if your hosting provider has them turned off. In that case, you can use $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PASS'], and $_SERVER['PHP_AUTH_TYPE'] instead...

Thanks to Nexen.net for the pointer.

0 comments voice your opinion now!
php http authentication php http authentication



Similar Posts

Splitbrain.org: OpenID for DokuWiki

Bruse Perens\' Blog: Forecasts for 2006

Joshua Eichorn\'s Blog: HTML_AJAX 0.3.0 Released and new Website

Community News: PHP 5.1.4 Released in Response to Bug

O\'Reilly: Design Tips for Building Tag Clouds


Community Events









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


package code PEAR mysql developer cakephp example release conference PHP5 job releases zendframework database framework zend ajax book application security

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