BetterHttpClient
BetterHttpClient copied to clipboard
How to pass Range haader?
No implementation exists to be able to define the host header (situation where ip is known and multiple virtual servers exist) :-) GET \index.php HTTP1.1\r\nHost: XXXX\r\n XXXX is always requestUri.Host...
I don't see a way to log into a proxy which require credentials, is it not implemented?
Doesn't download this kind of files. https://external.fbed1-2.fna.fbcdn.net/safe_image.php?d=AQAiNEb0MPKaHJxg&w=200&h=200&url=https%3A%2F%2Flh3.googleusercontent.com%2FiBYjvYuNq8BB7EEEHktPG1fpX9NiY7Jcyg1iRtQxO442r9CZ8H-X9cLkTjpbORwWDG9d%3Ds180&jq=85&ext=jpg&_nc_hash=AQBN0UymeaK2zul3 The resulting file has only 68 bytes If I use ` new WebClient().DownloadFile(url, "xxxx"); ` if downloads just fine
I just skimmed through project's main page on github and I noticed some examples on how to use http/https/socks proxies. I checked the code, but the enum `ProxyTypeEnum` contains only...
This is the case when using socks5 proxy, maybe it's the only way to get the error, I didn't try anything else. By the way, _NumberOfAttempts_ doesn't seem to apply...