On node 19+ requesting some sites, for example https://wp.pl returns response code 449.
It works on node 16. It also works using CURL.
code 200
import { got } from "got";
let response = await got.get('https://wp.pl').catch(er => er.response);
console.log(response.statusCode);
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too