Is there are ANY way to access IFRAME content across different domains ?
I am a trying to load external pages into an iframe and scrape their info. But get security errors in Chrome.
Is there are ANY way to access IFRAME content across different domains ?
I am a trying to load external pages into an iframe and scrape their info. But get security errors in Chrome.
Since doing so would violate Cross Origin Resource Sharing and would, therefore, represent at a security vulnerability, the answer is not really.
If you're running your own server, you can use it as proxy.