Hi there,
I've noticed that we can actually access other domains from an Iframe without getting blocked by the CORS if we use NWJS, but it does not work when testing in a browser.
As far as I know, we can bypass CORS by disabling web security in Chrome, which is not a suitable solution.
I'm wondering how do Web scraping services manage to bypass it, since they all use an Iframe to analyze the content of a website.
And I'm also wondering how the Chromium browser of NWJS is doing it, does it have its web security tag disabled ?
Thanks.