Search for good JAVA lib for playing with POST-GET requests - Is there any such lib or how to play with POST - GETS from pure JAVA? How to create costume headers and so on.
And what I need for going into more adv stuff?
Blender
2010-03-26 18:09:07
@OleJak: what kind of more advanced stuff?
Kip
2010-03-26 18:20:22
+2
A:
I like to use Apache HttpClient. It has pretty much anything you'll need. I use it in production work to connect to REST services from our server. It can handle custom headers, cookies, authentication, etc.
Russell Leggett
2010-03-26 18:09:18