Re: [PHP] $HTTP_RAW_POST_DATA From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/13/00

> Has anyone gotten $HTTP_RAW_POST_DATA to work? It seems to be defined
> but just contains nothing. :-( I need the raw post data. I'm using
> 4.0.1pl2 and apache.
>
> BTW, before someone jumps up and asks why, certain XML based protocols
> use HTTP as transport and like to send XML docs around the place to each
> other directly using HTTP POST.

It is only set if the encoding type of the data is an unknown mime type.

-Rasmus

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