#CORS

4 messages · Page 1 of 1 (latest)

limpid veldt
#

I am using axios to upload my image to this service. I get some error about CORS, but when I use Postman, everything is ok.

Please help me. Thanks all!!!!

somber nymph
#

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

limpid veldt
#

i know that, but how can i pass CORS when using CloudFlare API on the browser