HTTPS PUT Request

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
1 post Page 1 of 1

kgould

Posts: 5
Joined: Fri Nov 08, 2013 11:20 am

Post by kgould » Fri Nov 08, 2013 5:11 pm
I am trying to run a https put request. If I run it manually via Firefox I get the correct response. If I run the same request as a post I get and error in Firefox. In GoAnywhere if I use either Post Request or Post Raw Data Method I get a 405 Method Not Allowed.

Is there an example project that would apply to this case? Most of the samples I have seen deal only with get and post requests.

The put is supposed be like:

PUT https://nnn.nnnn.com/request?who=8888
Authorization: XXXXXXXXXXXXXXXXXXXXXXXX
SecretKey: XXXXXXXXXXXXXXXXXXXX
Content-Type: application/xml
Accept: application/xml
<APIRequest>
<OperationType>NNNNNNNNNNN</OperationType>
<RequestBody>
<RequestCriteria>
<Flag>0</Flag>
</RequestCriteria>
</RequestBody>
</APIRequest>

Thank you
1 post Page 1 of 1