WaltersArtMuseum / api-thewalters-org

Repository for the Walters Art Museum collections API. This API provides images and data about objects in the collection of the Walters Art Museum in Baltimore, Maryland.
https://api.thewalters.org/
46 stars 4 forks source link

Test cors enabled on api.thewalters.org #53

Closed johnbabb closed 10 years ago

johnbabb commented 10 years ago

I tested the site to make sure Cors would work with the following link

johnbabb commented 10 years ago

@jjulian can you validate?

jjulian commented 10 years ago

Confirmed! Go to any other site on the internet, open the js console, and run $.get('http://api.thewalters.org/v1/objects/493?apikey=blah') and it returns data and the proper headers.

johnbabb commented 10 years ago

Sweet. Thanks!