Hi
We're in the middle of integrating with a 3rd party's API. One of the their calls expects us to set up a DELETE handler that accepts a paramater in the header but has no body. They are setting the content-type as application/json. It appears that in these circumstances ORDS is failing the calls with "Expected one of: <<{,[>> but got: <<EOF>>". It's expecting at least a {} in the body but getting nothing. There's a link to a very similar post below.
Is this a restriction / issue with ORDS or should the vendor not be setting the header to "application/json" if no body is passed through. I'm being told that they cannot change as many other clients use the API suite so we're at a bit on an impasse. We're on ORDS 20.2
Any advice, workarounds would be appreciated
Thanks
Simon
Creating POST handler with Content-Type:application/json (0 Bytes)