I want to make a web request to a page that needs authenticating. How would I go about doing this? I found something that said possibly to use the Credentials property, but
It is also possible to authenticate automatically with. This will use the credentials of the currently logged on user.
webClient.Credentials = CredentialCache.DefaultCredentials