Skip to Main Content

Java Development Tools

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!

Rest Web Services Special Characters - % $

DLopezFeb 15 2017 — edited Feb 17 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 17 2017
Added on Feb 15 2017
3 comments
1,426 views