aws-solutions / aws-waf-security-automations

This solution automatically deploys a single web access control list (web ACL) with a set of AWS WAF rules designed to filter common web-based attacks.
https://aws.amazon.com/solutions/aws-waf-security-automations
Apache License 2.0
845 stars 361 forks source link

Issue with s3 image Uploader using image location with chunking. #94

Closed DharmeshMertwal closed 1 year ago

beomseoklee commented 4 years ago

Hi @DharmeshMertwal, can you describe the issue in detail?

DharmeshMertwal commented 4 years ago

I am trying to upload image using chunking to S3 and i have activated WAF on my application. If i am directly upload from my system it will working fine no error occurred during upload if i am trying to save image from any url then i am not able to save image on my s3.

beomseoklee commented 4 years ago

Hi @DharmeshMertwal, and thanks for coming back.

To clarify your issue, 1) do you use AWS WAF Security Automation solution or you are using just AWS WAF? 2) how do you upload your image? Do you use API on your system to upload image or directly save your image to S3 using API? It sounds like you are facing CORS problem, so I want to know some details.

aijunpeng commented 1 year ago

Closing the old ticket due to inactivity