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 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: 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

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: Sat May 04 14:01:32 2024 UTC