Re: How to Use HTTP POST in standalone code

2006-05-10 Thread Chakravarthy, Sai
y -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of [Kiran Kumar Vedula] Sent: Wednesday, May 10, 2006 2:21 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: How to Use HTTP POST in standalone code I am a

How to Use HTTP POST in standalone code

2006-05-09 Thread [Kiran Kumar Vedula]
I am able to get the Server Response from a standalone code by passing parameters appended to a URL, in a way it can be said Get method.I am not clear how to use Post for the same, cos The Url length has a limitation in processing the request.Any inputs will be of great help. Please find the code