tags:

views:

69

answers:

1

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 .

Thanks

+1  A: 

This example is 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.

laz