cloudscraper
cloudscraper copied to clipboard
--DEPRECATED -- π π Node.js library to bypass cloudflare's anti-ddos page
I cannot access https://www.mabbank.com/ today. my server is located in Singapore. until today, it's working well. ```js REQUEST { requester: { [Function: request] get: [Function], head: [Function], options: [Function], post:...
When I try to run my script it gives me this error: ``` setTimeout callback extraction failed at onChallenge (/root/node_modules/cloudscraper/index.js:333:21) at onCloudflareResponse (/root/node_modules/cloudscraper/index.js:247:12) at onRequestResponse (/root/node_modules/cloudscraper/index.js:205:5) at Request. (/root/node_modules/cloudscraper/index.js:149:7) at...
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.2.2` to `7.0.1`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
hCaptcha
Not really a bug report, but I noticed that cloudflare switched to using hCaptcha instead of reCaptcha. Only update I had to do to my script was to set both...
## The devDependency [sinon](https://github.com/sinonjs/sinon) was updated from `7.5.0` to `8.0.2`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
I just encountered a case where cloudflare were returning 200 OK, but the code was still throwing an error. Fixed that by checking the length of the body and _also_...
Hi there, I think it's a good idea to replace `request`, as it's [deprecated](https://github.com/request/request/issues/3142) now. `node-fetch` seems to be the best future proof option at the moment.
Using a proxy to send request to a uam site, returns a captcha, but using the same proxy through firefox or any other browser works just fine, and UAM challenge...
 Unhandled rejection ParserError: ### Cloudflare may have changed their technique, or there may be a bug. ### Bug Reports: https://github.com/codemanki/cloudscraper/issues ### Check the detailed exception message that follows for...
I try to post a json to an url protected by cloudflare (IP ban) and after using cloudscaper I still get banned