✅ RestSharp not using / ignoring given proxy
Hey, I wanted to ask if anyone here has experience with RestSharp and can help me fix this issue, for longer now i have noticed that my C# script is ignoring the proxy im giving to it
I made sure that its the correct proxy and correct protocol, yet somehow my function returns my real IP address and not the given proxy
9 Replies
(for more info, instead of using my proxy it uses my real IP address)
The proxies even work on curl requests
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
whats TLDR
the proxy thing has worked before but suddenly it stopped
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
how to set a proxy on HttpClient then
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
yes but curl confirmed that the proxy is indeed working
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
porting the entire code to not use RestSharp is way too large of a task now
ill just use the constructed HttpClient and parse it into a RestClient