服务器域名:penghe.xyz
协议:HTTP
用于测试调试上传到服务器的信息是否正确。(在请求参数中增加debug=true即可回显所有请求中的信息)
示例:
URL:http://penghe.xyz/test/?debug=true
get方式回显:
{"request":"request by method Get from uri /test/"}
debug info:--------
[2020-03-11 11:21:07] method=GET requestURI=/test/ remoteAddr=112.194.105.50 contentType=null header:[ accept-language=zh host=47.244.55.250 upgrade-insecure-requests=1 connection=keep-alive accept-encoding=gzip, deflate user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9 ] parameters:[ debug=true ] body=null
post 方式回显:
{"request":"request by method Post from uri /test/"}
debug info:--------
[2020-03-11 11:22:04] method=POST requestURI=/test/ remoteAddr=112.194.105.50 contentType=null header:[ content-length=0 postman-token=bdaefd09-88cd-4608-bb13-587fb0ab077a host=47.244.55.250 connection=keep-alive cache-control=no-cache accept-encoding=gzip, deflate, br user-agent=PostmanRuntime/7.22.0 accept=/ ] parameters:[ debug=true ] body=null
理论支持所有的HTTP请求方式 包括:
GET/POST/PUT/PATCH/DELETE/COPY/HEAD/OPTIONS/LINK/UNLINK/PURGE/LOCK/UNLOCK/PROPFIND/VIEW
网友评论