How to avoid the 405 error { "message": "Method not allowed" } in Rest Message in Put method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 04:33 AM
Hi all,
How to avoid the 405 error { "message": "Method not allowed" } Rest Message in Put method?
Written same thing in POST method that is working fine but for put method getting 405 error.
If any one the solution please let us know.
Regards,
- Labels:
-
Integrations
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 05:25 AM
Thanks for the response Harsh,
I didn't get any solution from the link

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 05:28 AM
may i know what's exactly you are doing in put method ? can you please explain your business need?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017 05:49 AM
I'm updating the existing incidents using put method.
For testing purpose i wrote only below code in content:
{ "number": "${number}",
"short_description": "${summary}" }
And created "Accept" and "content-Type" HTTP headers.
I tried without content also still getting the same 405 error.