SyntaxFix
Write A Post
Hire A Developer
Questions
You can save all headers sent by curl to a file using :
$f = fopen('request.txt', 'w'); curl_setopt($ch,CURLOPT_VERBOSE,true); curl_setopt($ch,CURLOPT_STDERR ,$f);