crazytoad / meteor-collectionapi

Meteor Collection RESTful API
Other
276 stars 29 forks source link

Optional Allow Origin Header? #25

Open miloszfalinski opened 11 years ago

miloszfalinski commented 11 years ago

It would be useful to have an option of setting an Access-Control-Allow-Origin header in the plugin init code. Currently I had to manually add it in the _sendResponse prototype function.

Alexandre-Georges commented 10 years ago

:+1:

forkbombe commented 9 years ago

+1 for manually being able to set response headers.