adding http api publisher for Android agent to work out of the box

This commit is contained in:
inoshperera 2017-01-04 16:54:46 +05:30
parent 664a85e805
commit c4a2ba0cea

View File

@ -280,7 +280,7 @@ public class APIPublisherUtil {
log.debug("'managed-api-transports' attribute is not configured. Therefore using the default, " +
"which is 'https'");
}
transports = "https";
transports = "https,http";
}
apiConfig.setTransports(transports);