Humanoid icon indicating copy to clipboard operation
Humanoid copied to clipboard

Basic implementation does not work, cloudflare changed?

Open laztheripper opened this issue 2 years ago • 0 comments

My code:

const Humanoid = require('humanoid-js');
const humanoid = new Humanoid();

const res = await humanoid.get(url);

Result is isSessionChallenged: false, isChallengeSolved: false, statusCode: 503

Body contains a challenge which I won't paste here.

laztheripper avatar Mar 17 '22 23:03 laztheripper