node-curl
node-curl copied to clipboard
HTTP AUTH?!
Is HTTP Auth available? Cant finde some infos and cant create a working example for it.
I hava the same problem , i want to set CURLOPT_HTTPAUTH
: CURLAUTH_GSSNEGOTIATE
. See: http://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html
Hello, I recently use this lib and I need implement DIGEST auth, for that reason, reviewing the C code you can pass your AUTH as an integer, for example in my case:
HTTPAUTH: 2
I hope it helps!
@jiangmiao Could you give us an example of how to do it? I want to be authorized to pass through .htaccess auth
Thanks!