i'm using URLCodec from Apache Commons Codec to encode URL, but it encode space as + NOT as %20
why? and what is the solution?
See this related question
Of course, you can always do url.replace("+", "%20"); if you need it (after encoding)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With