#CORS
4 messages · Page 1 of 1 (latest)
Hello, cors are security policies enforced by the browsers. They do not apply in backend application, or postman are not affected.
If you want to allow browsers to issue requests to your API endpoints, you must return your website host in the "Access-Control-Allow-Origin" header
i know that, but how can i pass CORS when using CloudFlare API on the browser