Hi, hope you all are having good day...

Hi, hope you all are having good day... I am new to r2 and was exploring it for one of my hobby project...I am generating a presigned url from my backend (C# AWS SDK), but if I use that key for doing a PUT request, I am getting a CORS error, I explored few docs online, my API tokens does have both Read and Write admin access, and have configured CORS for the bucket...Does any one knows whether I am missing someting specifically... Let me know if you want me to share the token.. Thanks and Good day *I will post few additional things on a thread inside
2 Replies
Alen Alex
Alen AlexOP2mo ago
[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET",
"PUT",
"POST"
],
"AllowedHeaders": [
"Content-Type",
"Content-Length"
],
"ExposeHeaders": [
"Access-Control-Allow-Origin"
]
}
]
[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET",
"PUT",
"POST"
],
"AllowedHeaders": [
"Content-Type",
"Content-Length"
],
"ExposeHeaders": [
"Access-Control-Allow-Origin"
]
}
]
This is my CORS policy configured...
Alen Alex
Alen AlexOP2mo ago
This is my response...from the network tab
No description
Want results from more Discord servers?
Add your server