. Android Developers Blog: android fetch data over https
Showing posts with label android fetch data over https. Show all posts
Showing posts with label android fetch data over https. Show all posts

Tuesday, 28 July 2015

Android Trusting all certificates using HttpClient over HTTPS| Access all secure and in-secure https connection in Android and Java

Hello Friends,           Today, I am going to share a blog post on "HTTPS". Using this blog we can easily access all secure and non secure "HTTPS" connection in java as well as android too. 1. Add "InSecureSSLSocketFactory.java" class import java.io.IOException; import java.net.Socket; import...

 

Copyright @ 2013 Android Developers Blog.