Ad Widget

Collapse

HTTP AGENT CHECK WEB API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jdoggy31
    Member
    • Feb 2019
    • 39

    #1

    HTTP AGENT CHECK WEB API


    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.

    Click image for larger version

Name:	zab to.PNG
Views:	371
Size:	43.2 KB
ID:	432933
    Click image for larger version

Name:	zab bo.PNG
Views:	300
Size:	63.5 KB
ID:	432934---


  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    HTTP status code 403 is "Forbidden", which often means "you may have authenticated but you don't have permission to access the thing you're asking about".

    As you certain that user is authorized to access that part of the API?

    Are there web logs stored on the device, or perhaps is the device configured to send its logs to some other system?

    Comment

    Working...