Zeit (Vercel) Now serverless authenticated requests failing because of CORS
问题 I'm not able to correctly handle CORS issues when doing either PATCH / POST / PUT requests from the browser sending an Authorization header with a Bearer token (this works correctly outside of the browser and for GET requests) in Zeit Now serverless. I'm using Auth0 for the authorization side if that helps. This is my now.json headers section, I've tried a lot of combinations for these, but neither succeeded from the browser. I tried using npm cors package without success Tried to add routes