How to send Rest GET request that contains "#" value in url parameters?

144 views Asked by At

I'm implementing a spring rest webservice. And when i'm sending a GET request to server using following url, it works fine. But when I'm sending a password with # character, server takes only the characters before the #. How can I send parameter value that contains # character?

authentication/authenticate?type=username&username=someuser&password=pass#2033
0

There are 0 answers