
HTTP
screaming
这个作者很懒,什么都没留下…
展开
-
Http header
HTTP(HyperTextTransferProtocol)即超文本传输协议,目前网页传输的的通用协议。HTTP协议采用了请求/响应模型,浏览器或其他客户端发出请求,服务器给与响应。就整个网络资源传输而言,包括message-header和message-body两部分。首先传递message- header,即http header消息 。http header 消息通常被分为4个部分:g转载 2016-04-14 17:37:37 · 337 阅读 · 0 评论 -
favicon.ico and robots.txt
← [Apache][WP] 解決: wp-cron.php not found or unable to statGoogle AdSense 優化 (AdSense Optimization Tips) →[架站] 為什麼網站的根目錄最好有 favicon.ico 和 robots.txt 存在?Posted on 2011/10/26 by cctai转载 2016-10-26 21:45:57 · 474 阅读 · 0 评论 -
favicon.ico what the problem ?
关于favicon.ico的两三事 随便打开一个网页:比如 http://www.baidu.com/可以看到在浏览器的标签头上面显示了一个图标,这个图标是:,也就是我们常说的favicon.ico. 由于这篇文章主要讨论favicon.ico,以及各个浏览器对其的不同处理,所以还是新建web项目如下: home.html 代码如下:转载 2016-10-26 21:42:38 · 549 阅读 · 0 评论 -
HTTP 302, 303, 307
HTTP状态码302、303和307的故事 今日读书,无法理解HTTP302、303、307状态码的来龙去脉,决定对其做深究并总结于本文。 《HTTP权威指南》第3章在讲解30X状态码时,完全没有讲清楚为什么要有302、303、307,以及他们的关系,一句“问题出在HTTP/1/1”让我一头雾水,莫名其妙;而第五章在讲重定向响应时,没有说到现在很常见的302,反而转载 2016-10-24 11:08:15 · 382 阅读 · 0 评论 -
HTTP 304
最近和同事一起看Web的Cache问题,又进一步理解了 HTTP 中的 304 又有了一些了解。 304 的标准解释是:Not Modified 客户端有缓冲的文档并发出了一个条件性的请求(一般是提供If-Modified-Since头表示客户只想比指定日期更新的文档)。服务器告诉客户,原来缓冲的文档还可以继续使用。如果客户端在请求一个文件的时候,发现自己缓存的文件有 Last Mod转载 2016-10-24 11:03:54 · 519 阅读 · 0 评论 -
HTTP and REST
A Beginner’s Guide to HTTP and RESTby Ludovico Fischer9 Jan 2013Difficulty:IntermediateLength:QuickLanguages:EnglishPortuguêsWeb DevelopmentRESTHTTPJavaScriptAjaxWeb转载 2016-09-23 09:53:50 · 9902 阅读 · 0 评论 -
simulate POST request
How to simulate POST request?up vote15down votefavorite4I'm testing on Windows, trying to simulate POST requests (with different form variables) for load te转载 2016-09-22 19:01:01 · 1148 阅读 · 0 评论 -
Web services nginx+php
Reference:http://blog.youkuaiyun.com/tuantuanls/article/details/41288311 深入浅出web服务 标签: http服务器http协议web服务2014-11-19 21:25 1623人阅读 评论(0) 收藏 举报 分类:web服务(1) 版权声明:本文为博主转载 2016-09-16 19:55:13 · 370 阅读 · 0 评论 -
what do cookies do
What do Cookies Do?A cookie is the term given to describe a type of message that is given to a Web browser by a Web server. The main purpose of a cookie is to identify users and possibly prep转载 2016-06-11 14:29:27 · 424 阅读 · 0 评论 -
browser user agent
What’s a Browser User Agent?Your browser sends its user agent to every website you connect to. We’ve written about changing your browser’s user agent before – but what exactly is a user转载 2016-06-11 14:04:01 · 3991 阅读 · 0 评论 -
HTTP Request and Response
Reference: https://zapier.com/learn/apis/chapter-2-protocols/In Chapter 1, we got our bearings by forming a picture of the two sides involved in an API, the server and the client. With a solid g转载 2016-05-07 22:20:40 · 560 阅读 · 0 评论 -
HTTP Header
Unacceptable Browser HTTP Accept Headers (Yes, You Safari and Internet Explorer)Update: WebKit team responds to this post. Admits error, downplays importance.When a web browser make a转载 2016-04-14 17:54:14 · 846 阅读 · 0 评论 -
favicon.ico
What is Favicon.ico and How to Create a Favicon Icon for Your Websiteby Christopher Heng, thesitewizard.comSome time back, I had an email from a visitor asking me how I managed to have thefreecoun转载 2016-10-26 21:49:40 · 1552 阅读 · 0 评论