由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - [合集] How to tell if a connection is http or https?
相关主题
How to read SSL Socket stream?大侠,推荐一本比较好的VB.net的入门书吧
How to tell if a connection is http or https?Newbie Question about Debugging
[合集] SSL certificateHTTP GET over SSL in C#
[合集] 说到netadvantagehow to download a https file
[合集] Log on to a remote computerSSL certificate
[合集] How to disable browser options?mid level SOFTWARE ENGINEER position in Rockville, MD (转载)
Cannnot open project file after httpsNewbie ASP.NET question
web service Re: .NET 入门系列(1)--什么是.NETRe: 问一个,WP上的软件是什么写的? (转载)
相关话题的讨论汇总
话题: http话题: https话题: jan话题: connection话题: tue
进入DotNet版参与讨论
1 (共1页)
l*s
发帖数: 783
1
☆─────────────────────────────────────☆
Dintern (.Net newbie) 于 (Tue Jan 23 17:01:41 2007) 提到:
I need to check if the server is using an SSL connection inside an
aspx page. Is there an api or property that shows it directly?
☆─────────────────────────────────────☆
a9 (嗯) 于 (Tue Jan 23 17:55:38 2007) 提到:
if the uri is start with http then it's http
if the uri is start with https then it's https

☆─────────────────────────────────────☆
gravy (不过...) 于 (Wed Jan 24 10:03:55 2007) 提到:
b****u
发帖数: 1027
2
Server Variable "HTTP_PROTOCOL"
a9
发帖数: 21638
3
what if the secure connection is using http://site_name:443
Should check Request.IsSecureConnection instead
不是说用443就是SSL。

【在 l*s 的大作中提到】
: ☆─────────────────────────────────────☆
: Dintern (.Net newbie) 于 (Tue Jan 23 17:01:41 2007) 提到:
: I need to check if the server is using an SSL connection inside an
: aspx page. Is there an api or property that shows it directly?
: ☆─────────────────────────────────────☆
: a9 (嗯) 于 (Tue Jan 23 17:55:38 2007) 提到:
: if the uri is start with http then it's http
: if the uri is start with https then it's https
:
: ☆─────────────────────────────────────☆

1 (共1页)
进入DotNet版参与讨论
相关主题
Re: 问一个,WP上的软件是什么写的? (转载)[合集] Log on to a remote computer
is it possible to access sharepoint files from my current Web application?[合集] How to disable browser options?
Summary: 2 个web form之间如何传参数?Cannnot open project file after https
请问想考mcsd,是选vb.net还是c#呢?web service Re: .NET 入门系列(1)--什么是.NET
How to read SSL Socket stream?大侠,推荐一本比较好的VB.net的入门书吧
How to tell if a connection is http or https?Newbie Question about Debugging
[合集] SSL certificateHTTP GET over SSL in C#
[合集] 说到netadvantagehow to download a https file
相关话题的讨论汇总
话题: http话题: https话题: jan话题: connection话题: tue