I got the api key by following the usual steps. Then I was able to get map and use some inbuilt things on it like search etc Then later I tried routing, I was unable to get the routes. When I pasted the request:
on the browser I got the following and realized that I don't have the permission. I searched for this problem but couldn't find the solution, please help. Response on browser:
{
"error_message" : "This IP, site or mobile application is not authorized to use this API key. Request received from IP address xxxxxxxx, with empty referer",
"routes" : [],
"status" : "REQUEST_DENIED"
}