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!

Setting HTTP proxy globally in APEX

Billy VerreynneSep 6 2022

For assigning a wallet in APEX for customised OpenID authentication, one does it via Instance Settings (APEX's internal workspace).
However, I also need to set HTTP proxy access either before the APEX OpenID auth accesses the auth server (preferred), or set it globally for any APEX instance/workspace/app session created (not preferred).
A simple PL/SQL UTL_HTTP.set_proxy(<proxy_url>) call needs to be done - and done around the same processing step at which the APEX runtime sets NLS settings.
Have tried setting the proxy at the pre-auth proc name processing point....
image.png.... but its not called prior to web call made by the runtime's OpenID code:
image.pngComment and suggestions appreciated, thanks.

This post has been answered by Billy Verreynne on Sep 8 2022
Jump to Answer
Comments
Post Details
Added on Sep 6 2022
4 comments
2,320 views