Hi everyone,
I'm trying to build an REST service from ORDS for receving data from other applications. They send POST request with "Content-Type:application/json" Headers, and this is fixed.
Problem is when calling my service, ORDS returns "400 bad request". I tried to test this with Postman without "Content-Type:application/json" and the service is just fine.
So how do we config ORDS to receive such header?