Shmoopy Posted January 31, 2017 Share Posted January 31, 2017 (edited) Hi there, I would like to know how do web scraping I/O services manage to scrape websites without getting blocked by the CORS. Because I've tried scraping with a tool I've made with Javascript, but my Iframe keeps getting blocked by the browser because of the Cross-origin request. ( Tested with all the main browsers ) However, when I've exported my project with NWJS, there was no CORS. But I don't want to build a desktop software, instead I wanna make a Web app like all the services out there. So my question is, how do web scrapping services manage to bypass CORS ? Thanks. Found the secret: <object data="http://www.web-source.net" width="600" height="400"> <embed src="http://www.web-source.net" width="600" height="400"> </embed> Error: Embedded data could not be displayed.</object> Edited February 1, 2017 by Shmoopy trip 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now