Can anyone provide an example of how I could use GET and POST (Apache 4.1 HttpClient)?
Because most of the example that I found are using 3.x
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
This example demonstrates client authentication but also demonstrates how to perform a GET as well. This example demonstrates submitting parameters to a location and shows how to perform a POST. |
||||
|
|
|
Here is an example from the apache client WIKI: http://wiki.apache.org/HttpComponents/QuickStart It is a simple example showing a get and a post. |
|||||
|