Hello,
If the Access-Control-Allow-Origin: *
header is correctly set on the server it should work.
Are you sure you are correctly doing the request? For example, if you are using fetch, are you correctly enabling the cors
mode?
Hello,
If the Access-Control-Allow-Origin: *
header is correctly set on the server it should work.
Are you sure you are correctly doing the request? For example, if you are using fetch, are you correctly enabling the cors
mode?