ravienu
3 years agoOccasional Contributor
PUT request works in POSTMAN but in ReadyAPI it thows "500 server error"
Hi mates,
I am struggling with some weird issue.
When try to hit PUT request it works well in postman but it throws 500 server error in Ready API(3.41.1).
End point: https://abc.com
Resource: /api/validate/update/00676123
Content-Type: application/json
Header passed: client_id and client_secret.
When I send the same thing in ReadyAPI it is throwing me "500 server error". I have automated many GET and POST REST APIs, never faced any such kind of issue. I am trying PUT for the fist time in ReadyAPI.
Appreciate any help.