PostgREST
I’m using Supabase PostgREST directly from a frontend app and I see that by default CORS is wide open for my project I’d like to restrict it to specific domains only.
Is there a way to configure CORS headers for PostgREST directly in Supabase, or is the only option to route requests through an Edge Function or external reverse proxy (like Nginx / Cloudflare) to enforce stricter CORS rules?
Would love to know the recommended approach here.
Thanks!
Is there a way to configure CORS headers for PostgREST directly in Supabase, or is the only option to route requests through an Edge Function or external reverse proxy (like Nginx / Cloudflare) to enforce stricter CORS rules?
Would love to know the recommended approach here.
Thanks!