Self-tutoring about how to deal with cross-origin denial: the tutor mentions a workaround. I was experimenting with html canvas, specifically getImageData and putImageData, when I got a cross-origin complaint. The computer wouldn’t execute either getImageData or putImageData because, from its …

Web programming: cross-origin blockage with getImageData or putImageData Read more »