No recent searches
Popular Articles
Sorry! nothing found for
Posted about 6 years ago by pimRedCorner
Attachments (1)
Screenshot 2....png20.2 KB
0 Votes
nestor posted about 6 years ago Admin Best Answer
Make sure to use your Crawlera API Key found on the settings part of your Crawlera overview page.
2 Comments
nestor posted about 6 years ago Admin Answer
obibring posted about 6 years ago
Also not working for me. But I get the error "net::ERR_UNEXPECTED_PROXY_AUTH", using Puppeteer v1.6.0.
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
args:
`--proxy-server=proxy.crawlera.com:8010`,
],
timeout: 0,
headless: false,
ignoreHTTPSErrors: true,
});
await page.setExtraHTTPHeaders({
'Proxy-Authorization': 'Basic ' + Buffer.from('KEY:').toString('base64'),
});
Attachments (1)
Screenshot 2....png
20.2 KB
0 Votes
nestor posted about 6 years ago Admin Best Answer
Make sure to use your Crawlera API Key found on the settings part of your Crawlera overview page.
0 Votes
2 Comments
nestor posted about 6 years ago Admin Answer
Make sure to use your Crawlera API Key found on the settings part of your Crawlera overview page.
0 Votes
obibring posted about 6 years ago
Also not working for me. But I get the error "net::ERR_UNEXPECTED_PROXY_AUTH", using Puppeteer v1.6.0.
0 Votes
Login to post a comment