谷歌浏览器Network

谷歌浏览器Network

General  //概述
  Request URL: http://192.168.11.11:1003/purchase/   // url
  Request Method: POST      // 请求方式
  Status Code: 405               // 状态码
  Remote Address: 192.168.1.132:1003    // 服务器地址
  Referrer Policy: no-referrer-when-downgrade  // 流量来源

响应请求头 Response Headers

Response Headers   //响应请求头
  Access-Control-Allow-Credentials: true                      
  Access-Control-Allow-Origin: http://localhost:8081
  Allow: GET
  Cache-Control: no-cache, no-store, max-age=0, must-revalidate
  Content-Type: application/json;charset=UTF-8
  Date: Tue, 15 Jan 2019 02:50:22 GMT
  Expires: 0
  Pragma: no-cache
  Transfer-Encoding: chunked
  Vary: Origin
  X-Application-Context: zuul-service:test:1003
  X-Content-Type-Options: nosniff
  X-XSS-Protection: 1; mode=block

请求头信息 Request Headers

Request Headers   //请求头信息
    Accept: */*   //通过路径
    Accept-Encoding: gzip, deflate    //编码格式
    Accept-Language: zh-CN,zh;q=0.9    //编码种类
    Cache-Control: no-cache 
    Connection: keep-alive    //链接状态
    Content-Length: 33  //链接长度
    Content-Type: application/x-www-form-urlencoded   //链接类型
    cookie:.....
    Host: www.mamicode.com   //请求地址
    Origin: http://www.mamicode.com
    Pragma: no-cache
    Referer: http://www.mamicode.com/info-detail-2317930.html    //参照
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36    //访问设备
    X-Requested-With:...      //请求执行
    
Request Payload
Query String Parameters
FormData

微信

微信2

你可能感兴趣的:(ajax)