Re: view outgoing post string?

Daniel Stenberg <[email protected]>
Newsgroups gmane.comp.web.curl.php
Message-ID <[email protected]>
On Thu, 8 Apr 2010, Peter Miller wrote:

> i would like to be able to see the outgoing post variables from my php curl 
> script, is there any simple way to do this?

I'm really not a PHP guy, but I believe recent PHP/CURL code allows you to do 
something like this:

 	$headers = curl_getinfo($c, CURLINFO_HEADER_OUT);

-- 

  / daniel.haxx.se
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.