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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

apex_credential option for form-data

Jon Finke3 days ago

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 3 days ago
2 comments
47 views