Unable to access PUT or POST method using ORDS in Oracle Database Cloud Service
Summary
Unable to access PUT or POST method using ORDS in Oracle Database Cloud ServiceContent
Experts,
I have created DBCS instance, created a workspace schema and enabled REST for the that schema and REST access to one specific table.
Created GET, POST & PUT method using ORDS for that table. I can able to hit the REST endpoint for GET Method, but for POST or PUT method i am getting 500 Internal Server error or 400 Bad Request Error.
I tried passing input payload as Query input, HTTP Header etc nothing works, not sure What I am missing. I tried accessing the Oracle example HR Rest service , for that REST Service also only GET method works fine, PUT method throwing error.
0