Skip to Main Content

Integration

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.

OIC GEN3 Not able to read & character in integration

Abhishek RathoreNov 20 2023

Hi All,

I am working on integration in OIC GEN3 where I am passing string query parameter. While testing the integration, I encountered this issue. The API is not able to understand the special character ‘&’ and throwing 400 Bad Request Error.

Example:

Test is my query parameter and I passed the value as ‘ABC & 123’. It is throwing the 400 Bad Request Error.

How to Handle this Issue. I tried translating ‘&’ to ‘&' or ‘%26’ but it didn't resolved my issue.

Comments
Post Details
Added on Nov 20 2023
3 comments
447 views