Recent content by murrayinglis

  1. murrayinglis

    ISAPI "Invalid XML Content"

    Thanks for the response, this worked. Do you know how to add an ONVIF user? This endpoint is exposed through the web interface: /ISAPI/Security/ONVIF/users. This is the payload I'm using: (f'<?xml version="1.0" encoding="UTF-8"?>' f'<UserList>' f'<User>'...
  2. murrayinglis

    ISAPI "Invalid XML Content"

    For context, I am prototyping a python script to automate adding users to cameras, setting permissions, etc.. I am using the POST /ISAPI/Security/users endpoint with query params ?security=1&iv=b549f9750d5..... Full url string as...