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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hunte at phpuser dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC