Setup CORS Profile in Oracle API Gateway (OAG) v11.1.2.3 for REST Services

Cross origin request blocking is a security feature implemented by web browsers to prevent browser scripts making requests from a different domain. This some time causes issue when client service runs on a different domain and need to call a web service exposed on other domain.

To enable client scripts invoke REST services, different API providers have option called CORS profile which enable/allows HTTP call from cross domain from browser script.

Below page shows how to enable CORS profile in Oracle API Gateway, enabling REST call from a client(AJAX) fro a different domain.

Page Link : CORS Profile in Oracle API Gateway (OAG)

Like it if you have learned something. Comment your views, queries. Any suggestion and corrections are always appreciated. Keep learning.