gopperman / breedtv

Wordpress theme and front-end for BreedTV
http://breedtv.com
Other
4 stars 2 forks source link

CORS error on API #15

Closed drewrwilson closed 10 years ago

drewrwilson commented 10 years ago

Please enable CORS (cross origin requests) on the API

gopperman commented 10 years ago

Is that the reason the twitter bot failed?

On Wed, Aug 13, 2014 at 4:37 AM, drewrwilson notifications@github.com wrote:

Please enable CORS (cross origin requests) on the API

— Reply to this email directly or view it on GitHub https://github.com/gopperman/breedtv/issues/15.

drewrwilson commented 10 years ago

Probably not. CORS is an issue with browsers and the twitter bot is hitting the json API from node.

drewrwilson commented 10 years ago

@gopperman I think this will solved the CORS issue: http://bowdenweb.com/wp/2011/05/how-to-enable-cors-in-wordpress.html

gopperman commented 10 years ago

Try it out now. Thanks Drew!