Calls to the maps API fail on our dev box due to a 403 permission error. The request looks something like (http://local.yahooapis.com/MapsService/V1/geocode?appid=[appid]&location=60657 where [appid] is our app key. The same request works fine on our production box and from our office browser. Did Yahoo! blacklist our server?
Hi there, are you using Maps API for a global location? Our API currently is for US locations only.
We are using it for US locations. It works fine on our production server or in a browser. But when the request is made from the web server I get a 403 forbidden error.