Mr. Catchii💯
Mr. Catchii💯
CDCloudflare Developers
Created by Mr. Catchii💯 on 11/11/2024 in #general-help
Cloudflare R2
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Access to audio at 'https://cdn.death.ovh/4154b24d-3794-424f-a2ac-e7b4a8c4cdcc.mp3' from origin 'https://death.ovh' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Access to audio at 'https://cdn.death.ovh/4154b24d-3794-424f-a2ac-e7b4a8c4cdcc.mp3' from origin 'https://death.ovh' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
for some reason the cors thing is not updating my cors rules are
[
{
"AllowedOrigins": [
"https://death.ovh"
],
"AllowedMethods": [
"GET",
"POST",
"PUT",
"DELETE",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"*"
],
"MaxAgeSeconds": 86400
}
]
[
{
"AllowedOrigins": [
"https://death.ovh"
],
"AllowedMethods": [
"GET",
"POST",
"PUT",
"DELETE",
"HEAD"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"*"
],
"MaxAgeSeconds": 86400
}
]
2 replies