I am using Google Place API for getting the distance between two cities, but when I call the service via http://maps.googleapis.com/maps/api/distancematrix/json?origins=dehli&destinations=pune&mode=bicycling&language=en-EN&sensor=true&key=AppKey the service gives this response:
{
"destination_addresses": [ ],
"error_message": "Requests to this API must be over SSL.",
"origin_addresses": [ ],
"rows": [ ],
"status": "REQUEST_DENIED"
}
What's the solution for this problem?