标签: cordova blackberry-10
如何从BBG10的phonegap调用https服务
我正在使用phonegap 2.1,在config.xml中我还添加了访问源
access origin =“http:// xxxxx / *”subdomains =“true”
但仍未向服务器触发服务请求。好像我使用http代替https工作。
提前感谢!!
答案 0 :(得分:0)
根据whitelist guide,您不必在网址的路径部分中包含通配符/*。只有域http://xxxxx就足够了。
/*
http://xxxxx