x03
x03
Explore posts from servers
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
The weird thing is, I had the token with R&W perms yesterday, but it still threw 403s. Did Cloudflare have some R2 related issues yesterday?
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
Switching the token back to "Read & Write" fixed everything.
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
Oh wow, I have no idea why but when going to my R2 token and clicking edit, it only had "Read Object" access and also had an expiry date. I'm 100% positive that I made it Read & Write and set it to never expire. I made the token last night.
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
Let me screenshot my credential parameters
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
Ah I see
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
Yeah I am, because forming the signed URL also uses credentials and it works just fine
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
Also I just tried the cors config you linked (with the port replaced) and it still throws a "403: Forbidden" error
14 replies
CDCloudflare Developers
Created by x03 on 9/3/2024 in #general-help
Issues with R2 signed URLs (403 Forbidden)
This is my CORS policy:
[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET"
],
"AllowedHeaders": [
"*"
]
},
{
"AllowedOrigins": [
"https://***.com",
"https://***.dev",
"http://localhost:5173"
],
"AllowedMethods": [
"PUT"
],
"AllowedHeaders": [
"*"
]
}
]
[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET"
],
"AllowedHeaders": [
"*"
]
},
{
"AllowedOrigins": [
"https://***.com",
"https://***.dev",
"http://localhost:5173"
],
"AllowedMethods": [
"PUT"
],
"AllowedHeaders": [
"*"
]
}
]
But I've also tried replacing "AllowedOrigins" with "*" for put, and it had the same effect
14 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
There was no logs, which I guess is a good sign 😭
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
Thanks for all your help, everything is perfect now
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
I ran a dig TXT _acme-challenge.yourdomain.com command and it all checks out
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
@Chaika any way to verify that swapping to DNS was a success?
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
looks simple enough, ill try and set it up
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
Alright I see, I'll read some docs to find out how to swap to DNS instead of HTTP
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
oh
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
What about SaaS domains
53 replies
CDCloudflare Developers
Created by x03 on 8/17/2024 in #general-discussions
@Chaika Hey! I dont know if you remember
So I'd need to add TXT records to all my domains
53 replies