AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

Send valid Access-Control-Allow-Origin headers #131

Closed sbearcsiro closed 3 years ago

sbearcsiro commented 3 years ago

Relates to #130. Removes Access-Control-Allow-Origin header from end points that require API keys or authentication and sends Access-Control-Allow-Origin: * for non-authenticated GET requests. Proper CORS support can be delayed until after the next release.