问题
I am calling a post API with some parameters. one the parameters is
activatecode="aaaaaa$rr"
when the API call is made, it is sent as
activatecode=aaaaaa%24rr
The $ is encoded as %24. How to avoid this and send the special character as it is?
来源:https://stackoverflow.com/questions/65409306/special-characters-are-encoded-in-post-request-in-android-how-to-avoid-this