0

Current Setup:

  • Database Server: Located in the Database Server Zone.
  • Application Server: Located in the Application Server Zone, running:
    • Oracle APEX 24.2
    • ORDS 23.xx
    • Tomcat

Problem:

We are successfully calling an external RESTful API using apex_web_service.make_rest_request from within the database. However, for security reasons, the client does not allow API calls from the database. Instead, they want all external API calls to be made from the application server.

Question:

How can we configure or implement external API calls from the application server zone (where ORDS and Tomcat are installed), rather than from the database server?

1
  • 1
    one idea, use js on the page to make a requests call - so the client's browser will do the work Commented Apr 10 at 13:40

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.