dart-lang / pub-dev

The pub.dev website
https://pub.dev
BSD 3-Clause "New" or "Revised" License
782 stars 147 forks source link

feature request: enable CORS for the pub.dev API #8086

Open csells opened 2 weeks ago

csells commented 2 weeks ago

The community has built a pretty great dart wrapper around the pub.dev API: the pub_api_client package. And it works great everywhere except from the web. I wonder if we could configure the CORS settings for Flutter Web use of the pub.dev API?

tagging @jonasfj. thanks!

jonasfj commented 2 weeks ago

I think that for GET requests setting some decent CORS headers should be okay.