RESTful on Cloud Database Schema Service - Origins Allowed
Summary
RESTful, Oracle Database Cloud - Database Schema ServiceContent
Hi.
I've delveoped few RESTful web services on Cloud Database Schema Service and I want to implement secure access to it from my on-premise database.
I wanted to restrict IP's from which the RESTful web services can be called, but when I set those IP's Origins Allowed in my RESTful Module, I can still call those RESTful web services from wherever I want.
Expected behaviour, as per user's guide (Manipulate Data in Oracle Database Cloud - Database Schema Service Using REST Services) is that it will be possible to call this RESTful module only from specified IP's.
0