Skip to content
Snippets Groups Projects
Commit d5a52030 authored by Jed Schneider's avatar Jed Schneider
Browse files

Updating README to indicate changes in Mapquest

parent da70955e
No related branches found
No related tags found
No related merge requests found
......@@ -363,8 +363,11 @@ The following is a comparison of the supported geocoding APIs. The "Limitations"
#### Mapquest (`:mapquest`)
* **API key**: none
* **API key**: required for the licensed API, do use for open tier
* **Quota**: ?
* **HTTP Headers**: in order to use the licensed API you can configure the http_headers to include a referer as so:
`Geocoder::Configuration.http_headers = { "Referer" => "http://foo.com" }`
You can also allow a blank referer from the API management console via mapquest but it is potentially a security risk that someone else could use your API key from another domain.
* **Region**: world
* **SSL support**: no
* **Languages**: English
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment