Date: 07/23/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5749 Updated: MySQL said: No Database Selected"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5725 Updated: Resource hog."
- Next in thread: John Coggeshall: "[PHP-DEV] RE: [PHP] $HTTP_RAW_POST_DATA"
- Reply: John Coggeshall: "[PHP-DEV] RE: [PHP] $HTTP_RAW_POST_DATA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anyone have any ideas on this one??
Jason
> In php, use the variable $HTTP_RAW_POST_DATA, it should have what
> you're looking for.
$HTTP_RAW_POST_DATA is empty. www.faqts.com seems to have the answer to
why:
> To do this you must set the content type in the request header to
> something PHP doesn't recognize. For example, "Content-Type: xyz".
> If php3 doesn't recognize the content type it will assign the
> posted data to: $HTTP_RAW_POST_DATA which is then readily available
> in the script.
Unfortunately I have no control of the Content-Type. Internet Explorer
sets it to "application/x-www-form-urlencoded". That's the same as an
HTML Form Post (which of course it isn't). User-Agent is set to
"PostFavorites".
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5749 Updated: MySQL said: No Database Selected"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5725 Updated: Resource hog."
- Next in thread: John Coggeshall: "[PHP-DEV] RE: [PHP] $HTTP_RAW_POST_DATA"
- Reply: John Coggeshall: "[PHP-DEV] RE: [PHP] $HTTP_RAW_POST_DATA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

