AllenNeuralDynamics / aind-metadata-service

Service to retrieve Labtracks/Sharepoint info using a REST API
MIT License
3 stars 1 forks source link

add CORS headers to responses #91

Closed dyf closed 1 year ago

dyf commented 1 year ago

To allow web apps to query this service, please add the following headers to all responses.

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, GET
Access-Control-Allow-Headers: Content-Type