Curl with digest auth – Ubuntu
I have one endpoint, I have been testing with comand ubuntu, the endpoint require username and password, I run this: curl --digest -u username:pass --location --request POST 'http://url' --header 'Content-Type: application/json' so I just want run in node js usign…