All I need to to do is to connect via https. Must I use commons client for this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you don’t have to, you can use a regular
URLConnection. Something like this:This may require a bit more work if the site you’re connecting to uses a certificate that has not been signed by a well known CA or a self-signed certificate. But this is another story.