subzerocloud / postgrest-starter-kit

Starter Kit and tooling for authoring REST API backends with PostgREST
MIT License
744 stars 71 forks source link

How to setup CORS in the docker #48

Closed geohuz closed 5 years ago

geohuz commented 5 years ago

I'm accessing starter-kit from remote web app, but I'm getting CORS error, would it possible to setup in the docker container? Thanks!

geohuz commented 5 years ago

Well, it supports CORS by default. My fault.