I have able to successfully run GET operations via the API, but am having problems using POST to upload a file.
The POST command appears to be properly constructed...
HTTP/1.1 400 Bad Request
Server: ZGS
Date: Wed, 25 Sep 2019 10:58:29 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 1040
Connection: close
Set-Cookie: f9dcd8b159=f29ca0b29ce8262dd4e41ca9aabba1be; Path=/
X-Content-Type-Options: nosniff
X-XSS-Protection: 1
Set-Cookie: zpcc=45f95ea6-bce2-4825-ba82-59b4245fc955;path=/;Secure;priority=high
Set-Cookie: JSESSIONID=D12F3DB02D60D5EECF0106A463B56895; Path=/; Secure
vary: accept-encoding
Do I need to somehow set an option for cookies, or can I disable the cookie set request?