apiaryio / polls-api

Polls is an example web API that allows consumers to view polls and vote in them.
MIT License
46 stars 22 forks source link

Enabling CORS header #5

Closed XVincentX closed 9 years ago

XVincentX commented 9 years ago

Would be possible to enable CORS for this reference implementation?

This would be great to develop web applications on top of that. Test case

kylef commented 9 years ago

Certainly can, I'll add this soon.