当前位置:  技术问答>linux和unix

关于http请求中Accept-Encoding: gzip, deflate

    来源: 互联网  发布时间:2017-02-22

    本文导语:  我不想服务器给我返回的是gzip的编码格式, 所以我将get请求中 Accept-Encoding: gzip, deflate 改成了 Accept-Encoding: none 但是服务器还是给我返回了一个gzip的压缩编码,请问我该如何修改,服务器才会给我明文的数据,不会给我g...


我不想服务器给我返回的是gzip的编码格式,
所以我将get请求中 Accept-Encoding: gzip, deflate 改成了 Accept-Encoding: none

但是服务器还是给我返回了一个gzip的压缩编码,请问我该如何修改,服务器才会给我明文的数据,不会给我gzip的编码

|
RFC2616

A server tests whether a content-coding is acceptable, according to
   an Accept-Encoding field, using these rules:

      1. If the content-coding is one of the content-codings listed in
         the Accept-Encoding field, then it is acceptable, unless it is
         accompanied by a qvalue of 0. (As defined in section 3.9, a
         qvalue of 0 means "not acceptable.")

      2. The special "*" symbol in an Accept-Encoding field matches any
         available content-coding not explicitly listed in the header
         field.

      3. If multiple content-codings are acceptable, then the acceptable
         content-coding with the highest non-zero qvalue is preferred.

      4. The "identity" content-coding is always acceptable, unless
         specifically refused because the Accept-Encoding field includes
         "identity;q=0", or because the field includes "*;q=0" and does
         not explicitly include the "identity" content-coding. If the
         Accept-Encoding field-value is empty, then only the "identity"
         encoding is acceptable.
  If no Accept-Encoding field is present in a request, the server MAY
   assume that the client will accept any content coding.

设置为0,如果服务器返回的还是gzip的话,只能说web服务器不符合标准

|
服务端设置死了你也没办法,gzip/deflate又省带宽又快,多好啊。

|
你的客户端程序把http请求包头的Accept-Encoding: gzip, deflate 去掉。

 

|
好像都是这个返回!顺便学习下!

    
 
 

您可能感兴趣的文章:

  • HTTP协议发送请求详解
  • 我想问问xmlHTTP请求和普通的http请求有什么不同
  • http请求及缓存框架 GalHttprequest
  • 怎样在一个JAVA应用程序里,向一个SERVLET发出HTTP请求(带参数)???
  • 请教:两服务器之间的HTTP请求(非RMI实现)
  • 怎么用LINUX发送HTTP请求??
  • CSS属性参考手册 iis7站长之家
  • 一个http请求 出现了2个端口
  • HTTP请求的路由器 Marg
  • 如何设置iptables使得所有HTTP请求都指向登陆页面
  • HTTP post请求传参数(大数据)问题
  • 请问localhost、127.0.0.1与 本机ip 在请求http服务时有什么不同?
  • HTTP请求日志查看 Glasswall
  • 简单的 HTTP 请求工具 AndroidHttpTools
  • 如何用C、C++解析HTTP请求报文,包括协议头,字符编码,请高手赐教。谢谢。
  • python中使用urllib2获取http请求状态码的代码例子
  • PHP请求http(file_get_content)示例
  • http请求GRT或者POST方法
  • http提交方式put用法详解 post与put请求方式区别
  • C++发送HTTP请求的实现代码
  • PHP实现取得HTTP请求的原文
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间javax.xml.ws.http接口httpbinding成员方法: http_binding定义参考
  • 防病毒的HTTP代理服务器 HTTP Anti Virus Proxy
  • java命名空间java.net枚举proxy.type的类成员方法: http定义及介绍
  • HTTP开发工具包 http-kit
  • java命名空间javax.print.attribute.standard类referenceurischemessupported的类成员方法: http定义及介绍
  • Java HTTP客户端 http4j
  • java命名空间java.net类httpurlconnection的类成员方法: http_accepted定义及介绍
  • 如何设置服务器, 使http://localhost/hello.php变成http://www.example.com/hello.php生效?
  • java命名空间java.net类httpurlconnection的类成员方法: http_unauthorized定义及介绍
  • Java HTTP 客户端开发包 jcabi-http
  • java命名空间java.net类httpurlconnection的类成员方法: http_created定义及介绍
  • linux c socket http编程 返回http消息体出错!
  • java命名空间java.net类httpurlconnection的类成员方法: http_forbidden定义及介绍
  • 请问如何在c程序里调用一段http地址,比如http://test/reload.jsp
  • java命名空间java.net类httpurlconnection的类成员方法: http_gone定义及介绍
  • 为什么输http://www.china-java.net,会自动改为http://www.china-java.net:8081?
  • java命名空间java.net类httpurlconnection的类成员方法: http_ok定义及介绍
  • http协议中文分词 http-scws
  • java命名空间java.net类httpurlconnection的类成员方法: http_conflict定义及介绍
  • MM求助:怎样多线程下载http://java.sun.com上的东东? 用http方式,谢谢了.
  • java命名空间java.net类httpurlconnection的类成员方法: http_reset定义及介绍
  • 异步 HTTP 客户端开发包 android-async-http


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3