I've an application that's uploading data to a server. Occasionally the server returns a 403 response from a call to HttpWebRequest.GetRequestStream(). The response contains more data than simply the response code, but I can't figure out how to access it. Is there a way to do this?
|
|
Have you tried calling HttpWebRequest.GetResponse() yet? The HttpWebResponse class provides access to that information. |
||||||
|
|
|
I think what follows is just the text of the why the server sent back a 403: |
||
|
|
