sayem314 / hooman

http interceptor to hoomanize cloudflare requests
https://www.npmjs.com/package/hooman
MIT License
148 stars 18 forks source link

Cloudflare seem to change their technology #19

Closed tambdc-self closed 4 years ago

tambdc-self commented 4 years ago

Describe the bug

Be able to require web page (http://www.javlibrary.com/)

write here

get an error

write here

const Humanoid = require("@subns/humanoid-js");

let humanoid = new Humanoid(); humanoid.get("http://www.javlibrary.com/") .then(res => { console.log(res.body) // <!DOCTYPE html>... }) .catch(err => { console.error(err) })

Checklist

sayem314 commented 4 years ago

Why are you using hooman with new operator? Hooman is not a constructor. BTW the mentioned site worked fine for me.