Convert Curl To Httpclient Post
I'm new to cURL, can we do the same thing in httpclient and httppost? If yes, what is the equivalent code for the cURL below. $xml = ''; $xml .= ''.date('d/
Solution 1:
The apache http client makes this a piece of cake. Check the following tutorial for more details : http://www.vogella.com/tutorials/ApacheHttpClient/article.html
http://www.mkyong.com/java/how-to-send-http-request-getpost-in-java/
Post a Comment for "Convert Curl To Httpclient Post"