php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #10520 Access $HTTP_RAW_POST_DATA
Submitted: 2001-04-26 21:54 UTC Modified: 2001-07-17 14:05 UTC
From: hunte at phpuser dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: N/A
Private report: No CVE-ID: None
 [2001-04-26 21:54 UTC] hunte at phpuser dot com
The variable $HTTP_RAW_POST_DATA should be accessed even if PHP can recongize the CONTENT_TYPE.

I'm writing a program to emulate web client(in fact, it's an proxy, like CGIProxy). The enduser sends requests to the program, the program opens HTTP connection to target server and gets the response from the server. There is no problem if enduser use GET method, but if the method is POST and many FORM elements have same name, the big program is raised.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

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