Kroks
Kroks
Explore posts from servers
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
makes literally no sense
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
I think that their mechanism thinks that we are trying to ddos some service or idk
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
Current progress: - Once this happens the server needs 10-15min before I can request it again (a restart wont even fix this) - I tried to login manually into the proxy and got "Connection reset" in the firefox browser. Tried the same on my local machine and it worked - I believe it must be the server provider. I think that they have a mechanism that prevents us to send thousands of requests to the same host (the host is the proxy provider)
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
but on my local machine it works
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
because on my local it doesnt happen
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
and its 100% unrelated to the target machine that im requesting
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
even if I restart right after it doesnt work, i need to wait like 10mins
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
it works again in 10min
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
the weird thing is after this happens
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
k
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
a fewk
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
sockets
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
Ye thought the same basically but i dont even have that many open
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
Wym
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
@Joschi
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
var handler = new HttpClientHandler
{
Proxy = proxy,
AutomaticDecompression = DecompressionMethods.All,
CookieContainer = new CookieContainer(),
AllowAutoRedirect = false
};
Client = new MyHttpClient(account, handler);
var handler = new HttpClientHandler
{
Proxy = proxy,
AutomaticDecompression = DecompressionMethods.All,
CookieContainer = new CookieContainer(),
AllowAutoRedirect = false
};
Client = new MyHttpClient(account, handler);
MyHttpClient is public class MyHttpClient : HttpClient
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
with 3k httpclients
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
i dont think i even get close to the max socket amount that is allowed
34 replies
CC#
Created by Kroks on 5/25/2024 in #help
How to use the same HttpClient instance with different session cookies / proxies?
isnt one socket = one httpclient ?
34 replies