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.