How to do request HTTP Digest auth with Node.JS?
问题 I have to write some code with Node.JS for an API documentation, but I tried the last few days all the solutions I could found on the web (including Stack of course) without succes... My API use HTTP Digest Auth and that's the problem, I was able to connect, that's was not a big deal but everytime I got the same return : Got response : 401 HTTP Digest Authentication required for "api.example.com" You can show my base code below without auth! Because I don't know what I can do after all the