zoukankan      html  css  js  c++  java
  • 4xx错误的本质:服务器已经接收到请求

    4xx错误的本质:服务器已经接收到请求,

    路径错误!

    { URL: http://10.100.138.32:8046/3-0/app/account/maxin } { status code: 404, headers {

        "Access-Control-Allow-Origin" = "*";

        "Content-Language" = en;

        "Content-Length" = 949;

        "Content-Type" = "text/html;charset=utf-8";

        Date = "Fri, 15 Dec 2017 02:38:08 GMT";

        Server = "Apache-Coyote/1.1";

    } }

    参量错误:

    {

        client = iOS;

        merchId = 80AB7AD172214B3078034A43ABB4E08F;

        sendTime = 1513305816648;

        ss = ee;//没有这个

        userId = zxy2015;

        version = "2.3.2";

    }

    { URL: http://10.100.138.32:8046/3-0/app/account/main } { status code: 400, headers {

        "Access-Control-Allow-Origin" = "*";

        Connection = close;

        "Content-Language" = en;

        "Content-Length" = 968;

        "Content-Type" = "text/html;charset=utf-8";

        Date = "Fri, 15 Dec 2017 02:40:45 GMT";

        Server = "Apache-Coyote/1.1";

    } }

  • 相关阅读:
    02-模板字符串
    01-学习vue前的准备工作
    21-z-index
    20-定位
    19-background
    18-超链接导航栏案例
    17-文本属性和字体属性
    16-margin的用法
    jBPM
    Table of Contents
  • 原文地址:https://www.cnblogs.com/feng9exe/p/8056368.html
Copyright © 2011-2022 走看看