How can I send an xml request from postman?
I would like to send the request as follow:
Get request to sophos_xg_ip:4444/.../APIController
Request body:
<Request><Login><Username>API admin</Username><Password>password
</Password></Login><Get><IPHost></IPHost></Get></Request>
I am clearly doing something wrong. I receive status 200 so the http request is ok but I don't receive a response.
Tx
This thread was automatically locked due to age.