cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

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

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 24 Nov 2007 22:17:32 +0100 (CET)

On Fri, 23 Nov 2007, Morgan Galpin wrote:

> 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.

libcurl's CURLOPT_DEBUGFUNCTION (which is what --trace etc uses) delivers more
data than CURLOPT_VERBOSE so you're right.

But AFAIK, PHP/CURL doesn't provide any such functionality.

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