HTTP mode (SRV local WEB server) |
Site Admin
|
Could you please submit a code sample that will replicate the problem?
|
||||||||||||
_________________ The PHP IDE team |
Sample |
|
I am passing in the screen parameter. If you run this on IIS screen will be set but on the built in web server it will be blank
if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="Please enter user and password"',false); header('HTTP/1.0 401 Unauthorized'); echo 'Text to send if user hits Cancel button'; exit; } echo "PHP_AUTH_USER " . $_SERVER['PHP_AUTH_USER'] . "<br>"; echo "SCREEN " . $_REQUEST['screen'] . "<br>"; |
||||||||||||
|
HTTP mode (SRV local WEB server) |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by