<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>曲径通幽论坛 - HTTP</title>
    <link>http://www.groad.net/bbs/forum.php?mod=forumdisplay&amp;fid=110</link>
    <description>Latest 20 threads of HTTP</description>
    <copyright>Copyright(C) 曲径通幽论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 03:26:51 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.groad.net/bbs/static/image/common/logo_88_31.gif</url>
      <title>曲径通幽论坛</title>
      <link>http://www.groad.net/bbs/</link>
    </image>
    <item>
      <title>HTTP 基本认证</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=8704</link>
      <description><![CDATA[http协议是无状态的， 浏览器和web服务器之间可以通过cookie来身份识别。 桌面应用程序(比如新浪桌面客户端， skydrive客户端)跟Web服务器之间是如何身份识别呢？

什么是HTTP基本认证

桌面应用程序也通过HTTP协议跟Web服务器交互， 桌面应用程序一般不会使用cooki ...]]></description>
      <category>HTTP</category>
      <author>easy</author>
      <pubDate>Fri, 10 Oct 2014 09:28:23 +0000</pubDate>
    </item>
    <item>
      <title>https 工作流程</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=7378</link>
      <description><![CDATA[一些网站为了安全起见，会要求我们采用 https 的安全链路来连接网页服务器，下面简单说明 https 协议的工作流程。
 
1. 首先客户端向网站服务器发送 https 连接请求。
 
2. 接着网站服务器将其公钥传递给客户端(网站服务器事先需要准备好一组密钥，分别是公钥和私钥)。
 ...]]></description>
      <category>HTTP</category>
      <author>beyes</author>
      <pubDate>Thu, 30 Aug 2012 04:18:29 +0000</pubDate>
    </item>
    <item>
      <title>multipart/form-data</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=5021</link>
      <description><![CDATA[Multipart/form-data 实际上是浏览器使用表单上传文件的一种方式，比如在写电子邮件时，使用的附件功能便是这种方式的使用实例之一，以及在一些论坛里，网盘上使用的附件上传功能也是如此。
 
它的通讯方式如下：
首先，客户端与服务器建立链接( TCP 协议)。
接着，客户 ...]]></description>
      <category>HTTP</category>
      <author>beyes</author>
      <pubDate>Tue, 18 Oct 2011 03:44:21 +0000</pubDate>
    </item>
    <item>
      <title>Content-Type</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=3965</link>
      <description><![CDATA[HTTP协议（RFC2616）采用了请求/响应模型。客户端向服务器发送一个请求，请求头包含请求的方法、URI、协议版本、以及包含请求修饰符、客户 信息和内容的类似于MIME的消息结构

比如访问百度主页时，请求头所包含的内容为：


然后服务器以一个状态行作为响应，相应的内 ...]]></description>
      <category>HTTP</category>
      <author>beyes</author>
      <pubDate>Fri, 01 Jul 2011 12:33:29 +0000</pubDate>
    </item>
    <item>
      <title>User Agent</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=3932</link>
      <description><![CDATA[User Agent
User Agent 简称 UA，为用户代理之意。它是一个特殊字符串头，使得服务器能够识别客户使用的操作系统及版本、CPU 类型、浏览器及版本、浏览器渲染引擎、浏览器语言、浏览器插件等。

一些网站常常通过判断 UA 来给不同的操作系统、不同的浏览器发送不同的页 ...]]></description>
      <category>HTTP</category>
      <author>beyes</author>
      <pubDate>Thu, 30 Jun 2011 02:20:00 +0000</pubDate>
    </item>
  </channel>
</rss>