Hi Andrey,
You can try below code for HTTPs connection.
HttpsURLConnection urlc1=null;
URL url=null;
url=new URL("url");
urlc1=(HttpsURLConnection)url.openConnection();
Regards,
Bhavin
Hi Andrey,
You can try below code for HTTPs connection.
HttpsURLConnection urlc1=null;
URL url=null;
url=new URL("url");
urlc1=(HttpsURLConnection)url.openConnection();
Regards,
Bhavin