You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a Got internal option. Got parses UNIX socket path into options._unixOptions which is just a plain object that is later merged with other options. It's used to enable insecure HTTP parser. For example Insomnia was sending broken (non-spec) headers to check whether the parser is lenient or not. Node.js' by default is not, but browser allow broken headers. I don't think they do that anymore.
I'm looking at ways to improve my request fingerprints to avoid blocks, and I ran into this project. Lots of interesting tricks here! Excellent work.
One that I found interesting was setting
_unixOptions
with additional TLS settings:got-scraping/src/hooks/tls.ts
Lines 219 to 224 in 8d9d4f1
The text was updated successfully, but these errors were encountered: