I got invalid source error as:
Access to XMLHttpRequest at 'https://abc.com/1.png' from origin "localhost://" has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
In order to security reasons I cannot modify CORS policy.
I would be happy if you could help.
Hi,
This documentation should help you set up the necessary CORS configuration to allow your web application to access resources from your Amazon S3 storage.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManageCorsUsing.html
If you have any more questions or need further assistance, please feel free to ask
Hi,
Regarding 'https://abc.com/', do you permissions to modify the API? the CORS-related issues, as the required permissions should ideally originate from the server itself.
Thanks
Hi, Faizal
Thanks for your answer. Unfortunately, we get images from Amazon S3 stroge and do not have permission to change CORS-related issues.