开发者

SSL in HttpContext.Current.Response

开发者 https://www.devze.com 2023-01-16 18:46 出处:网络
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开发者_运维技巧t

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消