Hi,
Using JDev 12c (12.2.1.0.0)
I have created some Rest Web Services, POST, DELETE and GET, and recently I have been trying to fix the following issue with no luck.
In a GET method I send a String that contains this character %, like %2521 and when I receive it in my Service I only obtain %21.
Basically my string won't arrive like I send it. The only way so far I was able to get the string the way I have send it was turning my GET method into a POST.
Is there any other way that this can be done without using POST methods?
Thanks
Daniel