UnityHTTP icon indicating copy to clipboard operation
UnityHTTP copied to clipboard

UnityHTTP and Proxy

Open zharramadar opened this issue 9 years ago • 0 comments

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.

zharramadar avatar May 13 '16 18:05 zharramadar