SSL in HttpContext.Current.Response
Might be a dumb question but I need a confirmation regardless. In ASP.NET, if a file was downloaded on a page that was protected by SSL, through a server-side postback that writes to Ht开发者_运维技巧tpContext.Current.Response.OutputStream, is the transmission that file ALSO protected by SSL?
Thanks for any help.
If the download was initiated by a postback or a relative URL, yes.
精彩评论