| Author |
Data encoding when using HttpURLConnection to POST data
|
Dave Robbins
Greenhorn
Joined: May 26, 2004
Posts: 7
|
|
Hello All, I have an applet that uses a HttpURLConnection to post data back to the server it came from. I've run into trouble when the data contains special charcters like $, &, % etc. I think I'm supposed to encode the data somehow but don't know how. Anybody have a link or some quick advice on how to handle this situation?? Thanx Dave
|
 |
Dave Robbins
Greenhorn
Joined: May 26, 2004
Posts: 7
|
|
duh UrlEncoder
|
 |
 |
|
|
subject: Data encoding when using HttpURLConnection to POST data
|
|
|