As subject,
I have a NPM monitor device but when i'm use API Poller to GET/POST to this device , it goes to " Unauthoied"
Because my device used Digest Authentication Protocol so NPM isn't support this protocol.
I used 3rd tool to test with the same API (this tool supported Digest Auth) and it workinf correctly.
Do you have any solution for this case??
p/s: my device can't change Authen Protocol into Basic
Thanks