Re: [PHP-DEV] PHP 4.0 Bug #2860: I loose $REMOTE_USER From: Rasmus Lerdorf (rasmus <email protected>)
Date: 11/29/99

> if I run this in a protected (.htaccess) dir, as it is, I loose $REMOTE_USER once I have filled and clicked.
>
> If I use method 'GET', it works. I am almost sure it is a bug, non ?

Maybe, but not in PHP. I bet you have a <limit GET> block in your
httpd.conf file and you are not password protecting POST requests.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>