Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating POST handler with Content-Type:application/json

Tu NguyenAug 31 2020 — edited Aug 31 2020

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?

This post has been answered by EJ-Egyed on Aug 31 2020
Jump to Answer

Comments

247514
Some information of running Oracle on FreeBSD
http://orafaq.com/faq/is_it_possible_to_run_oracle_on_freebsd

The question of whether Oracle will provide official support need direct to Oracle support.
MohamedTawfik
Hello
I think Oracle Metalink is the better Help for the DBAs only
Regards
Madrid
Oracle is currently officially supported only on

Oracle Enterprise Linux,
Red Hat Enterprise Linux (Red Hat Enterprise Linux family includes Red Hat Enterprise Linux AS, Red Hat Enterprise Linux ES)
SUSE Linux Enterprise Server
Asianux

There are, however underground communities who install on free linux versions, such as Ubuntu, Fedora, debian, just to name a few, on the assumption that those are kernels compatible with supported versions. Those are not supported installation for production environments, but people perform install just for learning or testing.


~ Madrid
1 - 3

Post Details

Added on Aug 31 2020
2 comments
1,273 views