討論:HTTPS:修訂版本之間的差異

出自福留子孫
跳轉到: 導覽搜尋
第 3 行: 第 3 行:
 
#[https://www.cnblogs.com/cxwx/archive/2011/10/25/2224105.html 通过Socket进行HttP/HTTPS网页操作(ASP)]
 
#[https://www.cnblogs.com/cxwx/archive/2011/10/25/2224105.html 通过Socket进行HttP/HTTPS网页操作(ASP)]
 
#[https://www.cnblogs.com/Rong-Shengcom/p/6753491.html 对HTTP、HTTPS、Socket的理解以及三者的关系]
 
#[https://www.cnblogs.com/Rong-Shengcom/p/6753491.html 对HTTP、HTTPS、Socket的理解以及三者的关系]
 +
#[http://blog.51cto.com/kunyali/1354922 TCP/IP SOCKET HTTP及HTTPS之间的关系及各自特性]
 +
 +
https://jendo.org/test.php
 +
 +
回應頭
 +
<pre>X-Firefox-Spdy: h2
 +
cf-ray: 435fb03e5a095390-LAX
 +
content-encoding: br
 +
content-type: text/html; charset=UTF-8
 +
date: Fri, 06 Jul 2018 05:32:02 GMT
 +
expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
 +
server: cloudflare
 +
vary: Accept-Encoding
 +
 +
200 OK</pre>

2018年7月6日 (五) 15:07的修訂版本

參考資料:

  1. PHP中如何使用socket进行通信?
  2. 通过Socket进行HttP/HTTPS网页操作(ASP)
  3. 对HTTP、HTTPS、Socket的理解以及三者的关系
  4. TCP/IP SOCKET HTTP及HTTPS之间的关系及各自特性

https://jendo.org/test.php

回應頭

X-Firefox-Spdy: h2
cf-ray: 435fb03e5a095390-LAX
content-encoding: br
content-type: text/html; charset=UTF-8
date: Fri, 06 Jul 2018 05:32:02 GMT
expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
server: cloudflare
vary: Accept-Encoding

200 OK