Hi,
We have installed ords and oracle DB (apex is installed on the DB) on aws EC2 servers on a private network. I have created rest endpoints using the restfull services. I'm accessing the rest endpoint using ALB, since the EC2 is in private network.
The rest endpoint is accessible on chrome when I hit it.
But when I try it in oracle apex or using curl command I'm getting connection time out.
URL: http://<alb-name>.us-east-1.elb.amazonaws.com/<ords>/<schema>/hr/empinfo/
Please let me know if anyone is aware of this issue.
Thanks!