Hello,
I am using Apex 4.2 and ORDS 3.0.7.
I created a REST Web Service but I want to restrict it's access to certain IP and servers. I filled the option "Origins Allowed" with an IP. I tried to consume the web Service from a different IP ant it allowed me to do it.
I filled the option "Origins Allowed" with a site url, tried again and it stills allow me to consume the web service.
do I need to configure something else to allow the Web Service to few IP's?
Thanks.