andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
589 stars 147 forks source link

UnityHTTP and Proxy #61

Open zharramadar opened 8 years ago

zharramadar commented 8 years ago

The Request class, after send(), does not use my proxy configuration set in Windows. Using System.Net.WebClient allows me to get my web page perfectly, but when using Request class, it returns a HTML fire returned by my proxy server at work saying access denied (and it is indeed denied if you don't set proxy in Windows). I can access the page normally in any browser.