• 网页错误代码含义


    一、网页错误代码200,300,400,500

    1、Successful Client Requests成功的客户端请求

    200 OK——成功

    201 Created——已创建

    202 Accepted——接受

    203 Non_Authorative Information——非Authorative

    204 No Content——无内容

    205 Reset Content——重置内容

    206 Partial Content——部分内容

    2、Client Request Redirected——客户端请求重定向

    300 Multiple Choices——多种选择

    301 Moved Permanently——永久移动

    302 Moved Temporarily——临时移动

    303 See Other——参见其他

    304 Not Modified——未修改

    305 Use Proxy——使用代理

    3、Client Request Errors——客户端请求错误

    400 Bad Request——错误请求

    401 Authorization Required——需要授权

    402 Payment Required (not used yet)——需要付款(尚未使用)

    403 Forbidden——禁止

    404 Not Found——未找到

    405 Method Not Allowed——不允许的方法

    406 Not Acceptable (encoding)——不接受(编码)

    407 Proxy Authentication Required——需要代理授权

    408 Request Timed Out——请求超时

    409 Conflicting Request——冲突的请求

    410 Gone——消失

    411 Content Length Required——内容所需长度

    412 Precondition Failed——前提条件失败

    413 Request Entity Too Long——请求实体过长

    414 Request URI Too Long——请求URI太长

    415 Unsupported Media Type——不支持的媒体类型

    416——所请求的范围无法满足

    417——执行失败

    418——锁定的错误

    5、Server Errors——服务器错误

    500 Internal Server Error——内部服务器错误

    501 Not Implemented——未实现

    502 Bad Gateway——错误网关

    503 Service Unavailable——服务不可用

    504 Gateway Timeout——网关超时

    505 HTTP Version Not Supported——HTTP版本不受支持

  • 相关阅读:
    Ionic3 遇到的一些错误-Error: Cannot find module 'reflect-metadata'
    Ionic3 遇到的一些错误-submodule update -q --init --recursive
    Ionic3 一些命令
    Npm 使用淘宝镜像
    在PHP中使用AES加密算法加密数据-2
    php实现AES/CBC/PKCS5Padding加密解密(又叫:对称加密)-1
    php rsa加密解密实例
    composer 安装Laravel、thinkphp5.1
    PHP原生分页的编写
    微信授权登录并获取用户信息接口开发
  • 原文地址:https://www.cnblogs.com/zqntx/p/11302978.html
Copyright © 2020-2023  润新知