[PHP] Re: curl and sent headers

2003-09-08 Thread John Ryan
i found out myself if anyone wants to know... John Ryan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] is there any way of seeing exactly what headers cURL sent in a transfer, with PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: curl and sent headers

2003-09-08 Thread Chris Shiflett
--- John Ryan [EMAIL PROTECTED] wrote: is there any way of seeing exactly what headers cURL sent in a transfer, with PHP? --- John Ryan [EMAIL PROTECTED] wrote: i found out myself if anyone wants to know... Yes, please. It is always helpful (and courteous) to mention how you solved your

Re: [PHP] Re: curl and sent headers

2003-09-08 Thread John Ryan
yeah, sure. well, for archival purposes, i couldnt do it with PHP. the verbose option didnt work with PHP, CURLOPT_VERBOSE. but it did work on the command line. so i logged in and re-created my curl transfer on the command line with an added -v, for verbose. and it gave me back the headers it