cloudflare
cloudflare copied to clipboard
Bypass Cloudflare's anti-bot page
Trying to use the package on the following json endpoint: https://animepahe.com/api?m=search&l=8&q={searchString} My code looks like the following: ``` const got = require('got'); const fetch = require('node-fetch'); const { catchCloudflare }...
Hello @TypeCtrl can i use your script on js? im looking to improve my script from cloudscraper to your to bypass uam ```js function send_req() { let proxy = proxies[Math.floor(Math.random()...
demo site https://rlsbb.ru/support-us is work but https://masiro.moe/ is fail
couldn't find how to use proxies & your own user-agent & return just the cookies for my own use-case. returns cookies in this JSON format ` { __cfduid: 'da9442cf71fde52e8a76eee86010275461588362696', cf_clearance:...
Hello, Do you think could be possible to expose a more affordable interface in order to make it easy to accommodate any project using `got`? This is the thing I...