This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi, If I need to post data using URLConnection/HttpURLConnection with the URL being "https://www.abc.com", do I need to do anything special for HTTPS ? Thanks
Sandra Sharpe
Greenhorn
Joined: Jan 29, 2001
Posts: 7
posted
0
You will need to download the Java Secure Socket Extensions api ( JSSE ). This has the class HttpsUrlConnection that you can use to perform a secure post similar to using the HttpUrlConnection to perform an unsecure one.