How to make HTTPS requests with serverside javascript using Worklight?
问题 I'm toying around with IBM worklight, and am trying to create an adapter to feed some data in from the Google places API. I want to call this URL : https://maps.googleapis.com/maps/api/place/search/json?key=AIzaSyCTlPms1pvhzeoRrBao5qW-DJMI_CWcbAM&location=52.0700,1.1400&radius=10000&sensor=false&name=coffee Executing this URL works fine in a browser, and displays some nice JSON that I'm trying to obtain via Worklight. The Worklight adapters are created in Javascript, this is what I have so