Humanoid
Humanoid copied to clipboard
Basic implementation does not work, cloudflare changed?
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.