Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hide API_KEY in Plugin JS Code

cc13comFeb 22 2021 — edited Feb 22 2021

Hi,
I created a Dynamic Plugin to get JSON DATA from an external URL. All is working fine. Unfortunately the URL to get the data contains the API_Key to access this API and every user of my application can see this URL with API_KEY in the Browser developer tools. I have to avoid that.
I thought I can switch to PL/SQL and get the data via "apex_web_service.make_rest_request" but that doesn't work because of the server certificate is not in the Oracle wallet.
Is there another way to hide the API_KEY and not adding the SSL certificate into the wallet?

Thanks,
Carsten

Comments
Post Details
Added on Feb 22 2021
1 comment
233 views