proxy - HttpWebRequest giving "target machine actively refused" error -


i trying access uri through httpwebrequest , getting "target machine actively refused" error.

i know machine has no proxy works fine , know corp internet uses pac file determine proxy doesnt seem picking me.

here know:

  • my app.config has
  • i presume dont need specify webrequest.defaultwebproxy makes no difference
  • i can explictly set proxy webproxy , networkcredentials works

any ideas? have experience pac files , why can access target through ie not through code. if hardcode proxy works seem same proxy not being auto detected?


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -