trydis / FIFA-Ultimate-Team-Toolkit

FIFA Ultimate Team Toolkit
MIT License
233 stars 110 forks source link

How to support Proxy #288

Closed Extremeg closed 8 years ago

trydis commented 8 years ago

https://github.com/trydis/FIFA-Ultimate-Team-Toolkit/issues/150#issuecomment-145885173

trydis commented 8 years ago

An HttpClientHandler can be passed to the HttpClient.

https://msdn.microsoft.com/en-us/library/system.net.http.httpclienthandler.proxy(v=vs.118).aspx

A-VORONKIN commented 7 years ago

You need to change httpClient in FutRequestFactories or HttpClientWrapper. But I tried it but login to web app is not working with proxy. I don't know why. Other request like getting ip from http://bot.whatismyipaddress.com/ is working fine with proxy.