cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-and-php mailing list Archives

Is there a trace or trace-ascii option for PHP cURL?

From: Morgan Galpin <morgan_at_atsourceinc.ca>
Date: Fri, 23 Nov 2007 15:41:09 -0800

The curl command line options are --trace and --trace-ascii which will
dump all incoming and outgoing data to a given file. Is there some kind
of equivalent option for libcurl in PHP?

If not, is there some way to view the entire HTTP request sent to the
server? I've tried the CURLOPT_VERBOSE option for curl_setopt(), but it
*seems* like part of the request is missing. If I can be sure that
verbose is actually showing all of the header sent to the server, then I
can at least narrow down my problem.

Any help is appreciated.
Thanks,
Morgan.

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2007-11-24

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET