dunglas / vulcain

Fast and idiomatic client-driven REST APIs.

Home Page:https://vulcain.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORS

vanodevium opened this issue · comments

How to configure CORS headers?

CORS headers (as all other headers) are forwarded from the origin, you have to configure them at the upstream server level.

Thanks!