Sergey Petrov
Sergey Petrov
Sometimes there is a real need to send header filed with empty value. Example [here](https://curl.haxx.se/libcurl/c/httpcustomheader.html) explains how to do that.
404 for https://github.com/ulixee/scraper-report
It seems to me that readme is missing a lot of information on how to test a scraper stack. I try to get to the "Follow setup directions print onto...
Plugins evasion is being detected on [spirit.com](https://www.spirit.com) ```javascript const puppeteer = require('puppeteer-extra'); const StealthPlugin = require('puppeteer-extra-plugin-stealth'); puppeteer.use(StealthPlugin()); puppeteer.launch({ headless: true }).then(async browser => { const page = await browser.newPage() await...