- I tried to implement CORs, but it gives cors 403 error with allowed origin also, My Current bucket cors policy is as per below: CORSRules: [ { AllowedHeaders: ["*"], AllowedMethods: ["HEAD", "GET", "PUT", "POST", "DELETE"], AllowedOrigins: [ "https://qa-frontend.non-prod.superiorcsgroup.com/", ], ExposeHeaders: ["ETag", "x-amz-meta-custom-header"], }, ]
Here, I display the request payload and response payload for the s3 image URL