How to make HTTPS requests with serverside javascript using Worklight?

后端 未结 2 1363
逝去的感伤
逝去的感伤 2021-01-05 01:36

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 :

         


        
2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-05 01:50

    in your adapter there is also an {ADAPTER NAME}.xml

    In it, under connectivity under connectionPolicy, there is the protocol. did you change it to https and deploy?

提交回复
热议问题