Skip to Main Content

General Development Discussions

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.

Disable URL encoding in query parameter while using OIC rest adapter

User_5PEDVJun 27 2023 — edited Jun 27 2023

Hi All,

We need to integrate LinkedIn Learning APIs with Oracle HCM fusion via Oracle Integration cloud platform. As part of this we are using OIC Rest adapter to consume LinkedIn services. During service invocation the special characters like & is getting encoded as "&" which is causing API invocation error. Please let us know if any workaround to disable the URL encoding in OIC Rest adapter.

We have tried to disable to encoding using custom header x-ics-use-x-www-form-urlencoded but it is not working.

criteria,q=**&count=1&startedAt=**1627267600000 & getting encoded to &ampersand;*

Thanks in Adavance,

Comments
Post Details
Added on Jun 27 2023
1 comment
703 views