I'm writing a Firefox extension. When a page loads everything runs great, but if the page doesn't load Firefox blocks me with a host permission error. Anyone know how to get host permission for a "not connect page"
"permissions" : [
"<all_urls>", "http://localhost/*","*://*/*"...
I dont really know of a tutorial, but you can begin to learn how requests work by opening your browsers console (ctrl+shift+i) and looking at the network tab. You can load a website and look at the headers, cookies, and responses the website sent back.
That being said web scraping using pure...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.