Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to bypass cloudflare #23

Open
1 task done
tambdc-self opened this issue Jun 3, 2020 · 2 comments
Open
1 task done

Fail to bypass cloudflare #23

tambdc-self opened this issue Jun 3, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@tambdc-self
Copy link

tambdc-self commented Jun 3, 2020

Describe the bug

  • Hooman version: 1.2.5
  • Node.js version: 12LTS
  • OS & version: Win10

Actual behavior

print cloudflare page

Expected behavior

print html page

Code to reproduce

(async () => {
try {
const response = await hooman.get('http://www.javlibrary.com/ja');
console.log(response.body);
//=> '<!doctype html> ...'
} catch (error) {
console.log(error.response.body);
//=> 'Internal server error ...'
}
})();

Checklist

  • I have tried my code with the latest version of Node.js and hooman.
@sayem314 sayem314 added the bug Something isn't working label Jun 4, 2020
@Neverdie137
Copy link

Neverdie137 commented Jun 6, 2020

I think is the new Challenge of cloudflare, hooman can't bypass the new Challenge
this new challenge gives all users a free captcha when cloudflare detects malicious requests
maybe @sayem314 don't know about that
this problem has affected everyone, not even cloudscraper (python version) can bypass this
CF Twitter https://twitter.com/eastdakota/status/1257150545623568385

@tambdc-self
Copy link
Author

It's strange that it works again

@sayem314
Copy link
Owner

sayem314 commented Jun 8, 2020

@tambdc-self when you use clean IP it works but whenever a bad IP is detected a more aggressive challenge is thrown, I'm working on a cloud-based solution for this, eta 1 month!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants