| 326 |
curl_easy_setopt(curl, CURLOPT_USERPWD, pcszUser); |
326 |
curl_easy_setopt(curl, CURLOPT_USERPWD, pcszUser); |
| 327 |
curl_easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST); |
327 |
curl_easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST | CURLAUTH_BASIC); |
| 330 |
curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, write_header_response); |
330 |
curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, write_header_response); |