scematics
scematics
CDCloudflare Developers
Created by scematics on 8/20/2024 in #general-help
CORS Issue: Access-Control-Allow-Origin Header Missing
No description
7 replies
CDCloudflare Developers
Created by scematics on 8/20/2024 in #general-help
CORS Issue: Access-Control-Allow-Origin Header Missing
No description
7 replies
CDCloudflare Developers
Created by scematics on 8/20/2024 in #general-help
CORS Issue: Access-Control-Allow-Origin Header Missing
Hi @Purple Blob , Thanks for your reply. I have already added the following CORS policy to my bucket as instructed: [ { "AllowedOrigins": [ "https://app-sg.scematics.xyz", "http://localhost" ], "AllowedMethods": [ "GET", "HEAD" ], "AllowedHeaders": [ "Content-Type", "Authorization" ], "ExposeHeaders": [ "Content-Length", "Access-Control-Allow-Origin", "CF-RAY", "Connection", "ETag", "Server", "Vary" ], "MaxAgeSeconds": 3600 } ] Despite this, I’m still encountering CORS issues on my website. I've attached a reference image that provides more details on the error. Could you please help me resolve this?.
7 replies