This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help needed with Sophos XG API

Hi,

after reading the "API Documentation" provided by Sophos i tried to do one simple request (which i took from the APIs example section):

fwurl/.../APIController

to which i get the following response:

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Status code="529">Input request file is Invalid</Status>
</Response>

Anybody knows why this doesnt work?



This thread was automatically locked due to age.
Parents Reply
  • Luk,

    i did as you said - to test if the password is correct, i used a invalid pass and got:

    Authentication Failure

    Although it made me think, so i took the original password and just added one letter and still got malformed, so it turns out it was the password string that was causing the problem. Thanks very much for pointing me in the right direction :)

Children