We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8807c7 commit 52905fdCopy full SHA for 52905fd
src/main/resources/android-java/apiInvoker.mustache
@@ -253,6 +253,7 @@ public class ApiInvoker {
253
Scheme httpsScheme = new Scheme("https", sf, 443);
254
SchemeRegistry schemeRegistry = new SchemeRegistry();
255
schemeRegistry.register(httpsScheme);
256
+ schemeRegistry.register(new Scheme("http", PlainSocketFactory.getSocketFactory(), 80));
257
258
ignoreSSLConnectionManager = new SingleClientConnManager(new BasicHttpParams(), schemeRegistry);
259
} catch (NoSuchAlgorithmException e) {
0 commit comments