在线post请求-kb88凯时官网登录

在线http post/get接口测试工具

     请求body参数 请求header
body参数名称 body参数值
header名称 header值
cookie(可不填写此项)
response header response body(返回值是json,会自动格式化)

requests header | http header

header 解释 示例
accept 指定客户端能够接收的内容类型 accept: text/plain, text/html
accept-charset 浏览器可以接受的字符编码集。 accept-charset: iso-8859-5
accept-encoding 指定浏览器可以支持的web服务器返回内容压缩编码类型。 accept-encoding: compress, gzip
accept-language 浏览器可接受的语言 accept-language: en,zh
accept-ranges 可以请求网页实体的一个或者多个子范围字段 accept-ranges: bytes
authorization http授权的授权证书 authorization: basic qwxhzgrpbjpvcgvuihnlc2ftzq==
cache-control 指定请求和响应遵循的缓存机制 cache-control: no-cache
connection 表示是否需要持久连接。(http 1.1默认进行持久连接) connection: close
cookie http请求发送时,会把保存在该请求域名下的所有cookie值一起发送给web服务器。 cookie: $version=1; skin=new;
content-length 请求的内容长度 content-length: 348
content-type 请求的与实体对应的mime信息 content-type: application/x-www-form-urlencoded
date 请求发送的日期和时间 date: tue, 15 nov 2010 08:12:31 gmt
expect 请求的特定的服务器行为 expect: 100-continue
from 发出请求的用户的email from: user@email.com
host 指定请求的服务器的域名和端口号 host: www.zcmhi.com
if-match 只有请求内容与实体相匹配才有效 if-match: “737060cd8c284d8af7ad3082f209582d”
if-modified-since 如果请求的部分在指定时间之后被修改则请求成功,未被修改则返回304代码 if-modified-since: sat, 29 oct 2010 19:43:31 gmt
if-none-match 如果内容未改变返回304代码,参数为服务器先前发送的etag,与服务器回应的etag比较判断是否改变 if-none-match: “737060cd8c284d8af7ad3082f209582d”
if-range 如果实体未改变,服务器发送客户端丢失的部分,否则发送整个实体。参数也为etag if-range: “737060cd8c284d8af7ad3082f209582d”
if-unmodified-since 只在实体在指定时间之后未被修改才请求成功 if-unmodified-since: sat, 29 oct 2010 19:43:31 gmt
max-forwards 限制信息通过代理和网关传送的时间 max-forwards: 10
pragma 用来包含实现特定的指令 pragma: no-cache
proxy-authorization 连接到代理的授权证书 proxy-authorization: basic qwxhzgrpbjpvcgvuihnlc2ftzq==
range 只请求实体的一部分,指定范围 range: bytes=500-999
referer 先前网页的地址,当前请求网页紧随其后,即来路 referer: http://www.zcmhi.com/archives/71.html
te 客户端愿意接受的传输编码,并通知服务器接受接受尾加头信息 te: trailers,deflate;q=0.5
upgrade 向服务器指定某种传输协议以便服务器进行转换(如果支持) upgrade: http/2.0, shttp/1.3, irc/6.9, rta/x11
user-agent user-agent的内容包含发出请求的用户信息 user-agent: mozilla/5.0 (linux; x11)
via 通知中间网关或代理服务器地址,通信协议 via: 1.0 fred, 1.1 nowhere.com (apache/1.1)
warning 关于消息实体的警告信息 warn: 199 miscellaneous warning

responses 部分 | http header

header 解释 示例
accept-ranges 表明服务器是否支持指定范围请求及哪种类型的分段请求 accept-ranges: bytes
age 从原始服务器到代理缓存形成的估算时间(以秒计,非负) age: 12
allow 对某网络资源的有效的请求行为,不允许则返回405 allow: get, head
cache-control 告诉所有的缓存机制是否可以缓存及哪种类型 cache-control: no-cache
content-encoding web服务器支持的返回内容压缩编码类型。 content-encoding: gzip
content-language 响应体的语言 content-language: en,zh
content-length 响应体的长度 content-length: 348
content-location 请求资源可替代的备用的另一地址 content-location: /index.htm
content-md5 返回资源的md5校验值 content-md5: q2hly2sgsw50zwdyaxr5iq==
content-range 在整个返回体中本部分的字节位置 content-range: bytes 21010-47021/47022
content-type 返回内容的mime类型 content-type: text/html; charset=utf-8
date 原始服务器消息发出的时间 date: tue, 15 nov 2010 08:12:31 gmt
etag 请求变量的实体标签的当前值 etag: “737060cd8c284d8af7ad3082f209582d”
expires 响应过期的日期和时间 expires: thu, 01 dec 2010 16:00:00 gmt
last-modified 请求资源的最后修改时间 last-modified: tue, 15 nov 2010 12:45:26 gmt
location 用来重定向接收方到非请求url的位置来完成请求或标识新的资源 location: http://www.kaotop.com/chuzhong/
pragma 包括实现特定的指令,它可应用到响应链上的任何接收方 pragma: no-cache
proxy-authenticate 它指出认证方案和可应用到代理的该url上的参数 proxy-authenticate: basic
refresh 应用于重定向或一个新的资源被创造,在5秒之后重定向 refresh: 5; url=http://www.kaotop.com/it/http/
retry-after 如果实体暂时不可取,通知客户端在指定时间之后再次尝试 retry-after: 120
server web服务器软件名称 server: apache/1.3.27 (unix) (red-hat/linux)
set-cookie 设置http cookie set-cookie: userid=johndoe; max-age=3600; version=1
trailer 指出头域在分块传输编码的尾部存在 trailer: max-forwards
transfer-encoding 文件传输编码 transfer-encoding:chunked
vary 告诉下游代理是使用缓存响应还是从原始服务器请求 vary: *
via 告知代理客户端响应是通过哪里发送的 via: 1.0 fred, 1.1 nowhere.com (apache/1.1)
warning 警告实体可能存在的问题 warning: 199 miscellaneous warning
www-authenticate 表明客户端请求实体应该使用的授权方案 www-authenticate: basic

在线http post/get接口测试工具 | 介绍

网站地图