2009/6/8 Dotan Cohen <dotanco...@gmail.com>:
>> If its the request from the browser, why not just fire up a packet sniffer
>> and get it that way? Unless it's using SSL/TLS/VPN/something that would
>> encrypt it, you should be able to see the request in clear text.
>>
>
> The browser is running on a Symbian cellphone.

Run this on a command line and hit the IP on port 8000. All it does is
read the request and send it back as the response. It ignores POST
bodies but it would be pretty simple to modify it so it echo's those
back too.

    http://dev.stut.net/php/httpsrv.phps

-Stuart

-- 
http://stut.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to