C# https login and download file
问题 I have successful connected to the login page, however, i'm not sure how to login and grab the file thats behind the login. Below is the code i'm using to make the connect. private static bool bypassAllCertificateStuff(object sender, X509Certificate cert, X509Chain chain, System.Net.Security.SslPolicyErrors error) { return true; } public static void Processing() { string url = "https://app/templat"; HttpWebRequest request; HttpWebResponse response; CookieContainer cookies; ServicePointManager