Capturing container from another domain

5
Hi, I’ve created a widget that can capture the contents of a container. It uses html2canvas. Once the container is captured, it will store the image in Mendix. Works fine. In another project I have Google Maps that I want to capture. When capturing the Google Maps, it will not capture it, because the contents of the container is not on the same domain. The error in the (browser)console is clear about it: "The operation is insecure”. In the documentation of html2canvas tells us that we need the use a proxy. Looking at that option, I need to install a bunch of node modules. Not sure if this is "the” way to do this. Did you ever use this in combination with Mendix or are there some other options to get a screencapture of a container (with remote content)?   
asked
0 answers