khargy Posted November 23, 2021 Posted November 23, 2021 I'm trying to setup the Digital Loggers Rack PDU as a network resource. I had an older version but the API on this one seems completely different... I have this curl command working: curl -u user:password --digest -X PUT -H "X-CSRF: x" --data "value=false" "http://xxx.xxx.xxx.xxx/restapi/relay/outlets/=1/state/" I can't seem to figure out how to add "digest" authentication... or if I can't maybe there's a different way to access?
Recommended Posts