Does changing an image src attribute to call a PHP function on my server to retrieve an image from another server eliminate CORS policy issues?
I am working in React, and I have an image which has an src attribute of https://s3.amazonaws.com/sample_endpoint. My website domain is https://sample-website.com.
I am using a library, dom-to-image, https://www.npmjs.com/pa… Continue reading Does changing an image src attribute to call a PHP function on my server to retrieve an image from another server eliminate CORS policy issues?