I can see the headers only in the console window with the curl_easy_setopt (hCurl, HB_CURLOPT_VERBOSE, 1) option turned on.
I have failed to redirect the VERBOSE stream to the file, I tried to use curl_easy_setopt (hcurl, HB_CURLOPT_STDERR, pfile), but the file assigned to the pfile handle is empty.
Also the curl_easy_setopt (hCurl, HB_CURLOPT_WRITEHEADER, pFile) and curl_easy_setopt (hCurl, HB_CURLOPT_HEADERFUNCTION, @call_back ()) options do not seem to work
Any working example?
Edward.