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!

apex_credential option for form-data

Jon FinkeMar 28 2025

Running APEX 23.2 on Oracle 21c.

I would like to using the APEX_Credentials package and APEX credential support, but it appears that it uses x-www-form-urlencoded for the OAUTH2 token processing, and I am faced with an API that insists on form-data for the Tokens endpoint. I have confirmed that this API will accept form-data via Postman, curl and even by hand building the the form using Apex_Web_Service.Append_To_Multipart.

Can anyone confirm that APEX Oauth Credential support only used x-www-form-urlencoded for the Tokens call?

Is that changed in later APEX version (or made an option?)

This post has been answered by Anton Scheffer-Oracle on Mar 28 2025
Jump to Answer
Comments
Post Details
Added on Mar 28 2025
2 comments
264 views