B
Bill Michael [MS]
I am trying to run the following code but when I do I get a 401 error.
oRequest = (HttpWebRequest)WebRequest.Create(http://serverblah:8081/blah)
I don't think that the :8081 is being properly parsed.
Can anyone help?
TIA
oRequest = (HttpWebRequest)WebRequest.Create(http://serverblah:8081/blah)
I don't think that the :8081 is being properly parsed.
Can anyone help?
TIA