Skip to Main Content

ORDS, SODA & JSON in the Database

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!

Lost access to HTTP_AUTHORIZATION migrating an app from OHS to ORDS

Capt. EggApr 14 2020 — edited Apr 14 2020

Please tell me if this is a feature of ORDS. I'm struggling to find this documented anywhere.

We have a custom PL/SQL package that provides a webservice after validating the AUTHORIZATION header. Apparently on ORDS we no longer need to use PlsqlCGIEnvironmentList to allow headers through to PL/SQL, so I've not specifically configured anything, but I can't see the AUTHORIZATION header via owa_util.get_cgi_env('HTTP_AUTHORIZATION');

I can see other custom headers such as x-forwarded-for which is set by the proxy.

This post has been answered by Capt. Egg on Apr 14 2020
Jump to Answer
Comments
Post Details
Added on Apr 14 2020
1 comment
470 views