esharris has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MIME format x-www-form-urlencoded
by Joost (Canon) on May 19, 2005 at 15:15 UTC | |
|
Re: MIME format x-www-form-urlencoded
by ikegami (Patriarch) on May 19, 2005 at 15:24 UTC |