I am attempting to download images from cloned pages who image is a secure_files uploaded from the front-end. I am using this to upload those same images to another location using Javascript. My Javascript application is hosted at localhost:3000.
Now the issue is I am getting the CORS error to the secure_file location. Is there a way I can add the images location? Thank you