Try to make an "info" request using "curl". There's a sample request at
the bottom of RESTAPI.rst. If this works, then the server setup is OK,
and the problem is for sure in the client.
curl works. I ran the following:

`curl https://dl.company.com/rest.php/newticket -F file=@afile -F msg={} -H 'Authorization: Basic b64encodeduserpass==' -H 'X-Authorization: Basic b64encodeduserpass==' --cacert root.crt`

The command returned an ID and a URL. The ticket was created and the file stored on the server successfully. ("POST /rest.php/newticket HTTP/1.1" 200 0)

Is there any other information I can dig up that may help narrow down the issue?

--
Mark



Reply via email to