HTTP POST in Processing.net
in
Core Library Questions
•
1 year ago
Hi! I'm programming a client, I was sending all the information via GET to my server, but now the URL is too large and server doesn't accept it. Now I'm trying to send the information via POST, but I haven't found anyway. My program is almost fineshed and I don't want to POST with another library because it would be too hard, I want to do it from Processing.net, but I was searching and I was trying to write a POST sentence in processing.net, but nothing works.
1