NYCPHP Meetup

NYPHP.org

[nycphp-talk] naked header

Andrew Yochum andrew at plexpod.com
Sat Apr 15 10:41:44 EDT 2006


On Fri, Apr 14, 2006 at 11:11:56PM -0400, Rolan Yang wrote:
> If YOU are (or can be) the client, I would recommend the Tamper plugin 
> for Firefox browser. It's a great debugging tool.
> 
> ~Rolan
> 
> Bill Patterson wrote:
> > I'm trying to find a way to, from PHP, see the entire string that is 
> > being sent by the client to the server, especially the header.  There 
> > are many ways to see things IN the header, but I am looking for a way to 
> > see the WHOLE string.  Any ideas?

I second that. TamperData is a great tool:
    http://tamperdata.mozdev.org/

Also you may try reading standard input:
    $raw_request_data = file_get_contents('php://input');
if you wish to do it server side.

HTH,
Andrew

-- 
Andrew Yochum
Plexpod
andrew at plexpod.com
718-360-0879



More information about the talk mailing list