I am trying to submit a new ticket and the API is failing, with a 405-error message stating that the requested resource will not accept the post HTTP method. Has anyone successfully managed to get an HTTPS option to work on this platform?
You haven’t mentioned what API you are trying hit! Do you have a link to the API specification/documentation? The 405 error being returned is API specific. It could be that the API is Https only.
Sorry, It is a PUT and a POST method I am trying to accomplish. Yes, I have the link and documentation for it, the syntax was correct according to that document, and even though it demonstrates a HTTP call, I was able to have the “get” calls work with the HTTPS URL, without issue. I was trying to find a solution to the HTTP error, if anyone was able to get past it, on postman, or if there is an application setting or upgrade that allows you to submit an HTTPS request. I already tried toggling the SSL cert verification and http parser and the same error appeared.
API: Post and Get (both use HTTPS)
I don’t think this has anything to do with http vs https.
It’s telling you that the the “POST” method is not supported for that resource.
The resource being the “incidentrequest” path in your URL.
It looks like the same path being used by the GET request.
Can you please share a link to the documentation API\specification and point out what request you are trying to submit.


