I am trying to copy the contents of a Solarwinds web page into my application.
Can it be done using C# with the WebClient class, similiar to using Curl in the PHP world ?
Issue is I can't authenticate, after passing my login credentials my results are always the Solarwinds login screen.
Any suggestions ?