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

revert-70aa11f8
inoshperera 8 years ago
parent 664a85e805
commit c4a2ba0cea

@ -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);

Loading…
Cancel
Save