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 &ersand;*
Thanks in Adavance,