Re: Sending a POST request using the java.net.URLConnection class
Posted By:
Gautam_Marwaha
Posted On:
Tuesday, July 30, 2002 09:46 PM
HttpURLConnection has a setRequestMethod which you can set to "POST".
Regd. HTTPS, it shd work fine with some additional code and JSSE jar files installed.