secured http

  1. Z

    Question Error in retriving webpage

    Need to retrieve a webpage similar to this: https://thereserve1.apx.com/mymodule/rpt/CertificateInfo.asp?ad=Prpt&RIID=218&ftType=PRO And here is what I used: myRequest = DirectCast(System.Net.WebRequest.Create(sURL), System.Net.HttpWebRequest) myResponse = DirectCast(myRequest.GetResponse()...
Back
Top