http://java.sun.com/j2se/1.3/docs/api/java/net/URLEncoder.html
I want to create parameters for a POST request.
CGI::escape doesn't seem to do the job. I need each space character converted into a plus sign, not %20.
I am trying to avoid reinventing the wheel.
In reply to MIME format x-www-form-urlencoded by esharris
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |