MapofLife / MOL

Integrating information about species distributions in an effort to support global understanding of the world's biodiversity.
http://mol.org
BSD 3-Clause "New" or "Revised" License
25 stars 2 forks source link

Feature/search with jsonp #132

Closed jmalczyk closed 12 years ago

jmalczyk commented 12 years ago

Search queries currently go through cache/get on AppEngine, then CloudFront because of browser same-origin policies. This switches the api call to request json-p so the requests can go directly to CloudFront.

eightysteele commented 12 years ago

shipit