apify / got-scraping

HTTP client made for scraping based on got.
422 stars 32 forks source link

fix: proxies work correctly in Node v18.17 #98

Closed barjin closed 11 months ago

barjin commented 11 months ago

The way Node v18.17 processes URLs causes that proxied connections are accessing / (pathname of the proxy), instead of the actual proxied URL. We could (should) eventually rewrite got-scraping so it uses the native http2 instead of http2-wrapper, but this goal is a bit too far right now.

Closes #97