php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #5503 Please allow access to the raw HTTP POST data (not just parsed form variables)
Submitted: 2000-07-11 06:58 UTC Modified: 2001-07-17 14:06 UTC
From: ian at clientside dot co dot uk Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.0 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ian at clientside dot co dot uk
New email:
PHP Version: OS:

 

 [2000-07-11 06:58 UTC] ian at clientside dot co dot uk
When IE 5 exports its favorites file (an HTML file) to a server, it sends a raw HTTP POST of the data. i.e. The data isn't packaged into a variable (with the syntax 'Content-Disposition: form-data; name="name"') in the same way as HTML form POSTs are.

PHP's HTTP_POST_VARS does a good job of exposing the variables found in HTML form posts. But it doesn't seem to allow access to the raw HTTP POST data (HTTP_POST_VARS contains a brave but corrupted attempt to parse the 'variables'). So I can't get at the submitted IE5 favorites data.

I've spent a lot of time researching this, but of course I might be missing something obvious. So I'm sorry if I'm just missing an existing way to do this. If so, could you please point me in the right direction?

Thanks,

Ian

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-17 14:06 UTC] rasmus@php.net
PHP 4.0.7 will have a config option to turn this on. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 05:01:30 2024 UTC