node-curl icon indicating copy to clipboard operation
node-curl copied to clipboard

HTTP AUTH?!

Open Dexus opened this issue 11 years ago • 3 comments

Is HTTP Auth available? Cant finde some infos and cant create a working example for it.

Dexus avatar Feb 05 '14 08:02 Dexus

I hava the same problem , i want to set CURLOPT_HTTPAUTH : CURLAUTH_GSSNEGOTIATE. See: http://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html

sunfuze avatar Jul 28 '14 02:07 sunfuze

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!

zgbjgg avatar Apr 16 '15 19:04 zgbjgg

@jiangmiao Could you give us an example of how to do it? I want to be authorized to pass through .htaccess auth

Thanks!

aganglada avatar Jul 01 '15 17:07 aganglada