One of the most common uses of POST HTTP request is sending form parameters to the server. Apart from sending form data though you can use POST's message body to send other kind of data such as plain text, XML documents etc. In this tutorial we will see how to write data on POST request's message body using JAVA.


posted 3824 days ago