I am trying to get some data from a Network Optix NVR (rebranded to hanwha)
Example Path : https://192.168.1.153:7001/api/storageSpace
Basic Auth: USER:API PASS:API
I always get returned a 403, When I change the pass to be something non-correct I get a 401, which leads me to think auth is working.
If I use SOAP UI to test, no issue
if anyone can give me pointers on this I would be grateful.
Comment