httpWebRequest を使用して Web サービスを呼び出そうとしていますが、常に null JSON として応答が返されます。
var con = $.net.http.getConnection("http://api.geonames.org/citiesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&lang=de&username=demo");
con.setProxy("proxy", 8080);
var resp = con.request("GET", "/Service1.html");
//resp here is always null
私が得る出力はこれです:
{}
どこが間違っているのかよくわかりません。
これについて知っていれば助けてください。