Re: [PHP] Show the entire browser request
[email protected] (Robin Vickery)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
2009/6/10 Dotan Cohen <[email protected]> > > Just checked your site in Elinks (works like Lynx) and I'm getting the > > headers come back to me. I'm assuming you changed your site code before > > me sending this and after you sent the original message? > > > > The individual headers are as they always were. It's the entire > request verbatim (valid or not) that I'd like to add. > Is installing the pecl_http extension on your server an option? http://php.net/manual/en/function.httprequest-getrawrequestmessage.php -robin