#vercel
1 messages · Page 1 of 1 (latest)
Based on the knowledge sources provided, there isn't enough information to confidently answer your question. The sources do not contain any specific information about the issue you're experiencing with CORS and authentication on Vercel.
However, it's worth noting that CORS (Cross-Origin Resource Sharing) is a mechanism that uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin.
In your case, it seems like your server might be expecting some form of authentication when a request is made. This could be a token in the header or a cookie. If this is not provided, the server might respond with an "Authentication Required" message.
If you're using Postman, ensure you're sending any required headers or cookies along with your request.