I have a get request like below:
Request URL :
https://environmentname.abc.xyz.com/search/v1/xyzdata?filters(Sector==ABC^Currency==ABC|XYZ|IJK|DEF|LMN|OPQ^Settlement Type==AnyThing)
When I hit this request with the get method, I receive the following error:
Java.net.URISyntaxException: Illegal character in query.
I tried to put filters as parameters too in the request but still received the same error.
Let me know if anyone knows how to resolve it?