我使用谷歌API地点为获得两个城市之间的距离,但是当我通过http://maps.googleapis.com/maps/api/distancematrix/json?origins=dehli&destinations=pune&mode=bicycling&language=en-EN&sensor=true&key=AppKey调用该服务的服务给出了这样的回应:这是什么错误的解决方案:-REQUESTS这个API必须通过SSL
{
"destination_addresses": [ ],
"error_message": "Requests to this API must be over SSL.",
"origin_addresses": [ ],
"rows": [ ],
"status": "REQUEST_DENIED"
}
这个问题的解决方案是什么?
这个问题似乎是题外话,因为它是关于不是编程以外的东西。 – trojanfoe