got-tls
got-tls copied to clipboard
node api for proxying requests with golang to spoof tls fingerprint
I've attempted to use this library on a couple of different Linux environments including WSL2 and each time I get a screen full of proxy errors when attempting to start...
Hi, I got an issue with how the server responds with the cookies. If one cookie is sent is fine to parse it later for tough-cookie, the issue is that...
it's working on mac os or ubuntu 18. but got 403 from some web site when I run it on ubuntu 16.
When trying to use it with tough-cookie I get the following error. _UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'secure' of undefined_ ``` 'use strict' const { Server, got } = require('got-tls');...