http://www.west-wind.com/presentations/dotnetWebRequest/dotnetWebRequest.htm
I was wondering if HTTPS requests are supported, and also mixing both HTTP and HTTPS request with same cookies (session) like mimicking web browsing login to a site, or even making some web service REST API calls that require HTTPS login authentication first before making regular HTTP API calls with some token retrieved from the login step.
If supported, some examples on that might also be helpful. Though I do know that's an old article.