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.
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.