Reputation: 907
I use http-proxy-middleware
to access various web-sites, including those having TLS fingerprint checks. My problem is that the proxy's TLS fingerprint is not corresponding to the User-Agent header I'm passing, that's why my visits are sometimes being rejected by antibot protection. Is there a way to make http-proxy-middleware
reveal only specific things I want during TLS handshake?
If there are no workarounds for http-proxy-middleware
, could you please recommend a proxy tool for NodeJS that could be configured in such a way?
Upvotes: 0
Views: 274