Skip to Main Content

Japanese

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!

How to allow CORS in oracle soa-suite 12c?

User_JMA03Jul 1 2021 — edited Jul 2 2021

Recently, our team have been working on developing a rest web service in oracle soa suite 12c.
The rest service details are:
Method: POST
Payload: JSON (request/response)
Param type: query
We have successfully made this service and were trying to invoke the service using external HTML/AJAX api.
But we are facing "CORS" issue:
1.png (268.72 KB)We added headers properties in CLIENT side and also on SOA application.
But are still facing the cors issue.

So, we also tried invoking the soa application via OSB rest service adapter but there also facing CORS issue.

Thanks,
Akash
Genx Info Technologies Private Ltd.

Comments

Post Details

Added on Jul 1 2021
3 comments
770 views