girth_brooks
CDCloudflare Developers
•Created by Maxou44 on 10/2/2022 in #r2
I get a 200 but I always have CORS
Did you ever find a solution? I'm getting the same error when trying to upload from browser with signed URL. Here is my CORS configuration for my bucket:
[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"PUT"
],
"AllowedHeaders": [
"content-type"
]
}
]
A lot of people say changing the Allowed-Headers to content-type fixes everything but no luck for me. Any help is appreciated59 replies