zoukankan      html  css  js  c++  java
  • HTTP 客户端发送的 头 格式

    Host localhost //发送地址
    User-Agent Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0 //使用工具
    Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 //可以接受类型
    Accept-Language zh-cn,zh;q=0.5 //可以接受语言
    Accept-Encoding gzip, deflate //可以接受文件编码
    Accept-Charset GB2312,utf-8;q=0.7,*;q=0.7 //可以接收的HTML文件编码
    Connection keep-alive //开启同时发送连接
    Referer http://localhost/cc/NEX/UpLoad/Add.aspx //请求地址
    Cookie asdocs_view=showtoc; filter_air=none; filter_flashplayer=10.3; filter_flashlite=none; userType=1; userName=admin; userId=2; filter_flex=4.5; filter_flash=none; filter_livecycle=none; filter_livecyclees=none; filter_blazeds=none; filter_coldfusion=none; filter_osmf=none; filter_flexosmf=none; packageListScrollTop=1443; classListScrollTop=131; showInheritedConstant=false; showInheritedProtectedConstant=false; showInheritedProperty=false; showInheritedProtectedProperty=false; showInheritedMethod=false; showInheritedProtectedMethod=true; showInheritedEvent=false; showInheritedcommonStyle=false; showInheritedsparkStyle=false; showInheritedhaloStyle=false; showInheritedmobileStyle=false; showInheritedSkinPart=false; showInheritedSkinState=false; showInheritedEffect=false; h_splitterPosition=498; userPurview=B5E12BE2A4354632A4D1FA8D2F7D00CF17506276C4908C671834BE6134BD5C44F7AE76057C363F89521859AD70655788C40A46A299E339B56E6A610F0F38FBD5C42E46A5EB9AB1690F628B17B0C79E2AE665A6427A97423F9B98275918DEF83148520A1D7ADC824D5E2720D5DC0CE5D61164CA26C1058199AE1D3F03C1AAEA80CCA76437 //COOKIE

  • 相关阅读:
    JQuery实现滚动广告
    写链表时报HEAP CORRUPTION DETECTED: before Normal block
    ubuntu 运行sh提示unexpected operator
    解决Visual C++ 6 绿色版 Gallery 目录为空的问题
    写堆栈的时候报的奇怪的错。
    ubuntu开启SSH服务
    ubuntu修改runlevel
    Hello.Android.3rd.Edition——读书笔记
    java程序员应该掌握的10技能
    格式化数字的方法
  • 原文地址:https://www.cnblogs.com/mattins/p/2104524.html
Copyright © 2011-2022 走看看