test503

来自「THIS IS HTTP CURL Example」· 代码 · 共 65 行

TXT
65
字号
<testcase># Server-side<reply><data>HTTP/1.1 200 OK swscloseDate: Thu, 09 Nov 2010 14:49:00 GMTServer: test-server/fakeLast-Modified: Tue, 13 Jun 2000 12:10:00 GMTETag: "21025-dc7-39462498"</data><datacheck>HTTP/1.1 200 Mighty fine indeed

HTTP/1.1 200 OK swscloseDate: Thu, 09 Nov 2010 14:49:00 GMTServer: test-server/fakeLast-Modified: Tue, 13 Jun 2000 12:10:00 GMTETag: "21025-dc7-39462498"</datacheck></reply># Client-side<client><server>http</server># tool is what to use instead of 'curl'<tool>lib503</tool> <name>simple multi http:// through proxytunnel with authentication info </name> <command>http://%HOSTIP:%HTTPSPORT/503 %HOSTIP:%HTTPPORT</command><file name="log/test503.txt">foo   barbar   foomoo</file></client># Verify data after the test has been "shot"<verify><protocol>CONNECT %HOSTIP:%HTTPSPORT HTTP/1.0
Host: %HOSTIP:%HTTPSPORT
Proxy-Authorization: Basic dGVzdDppbmc=
Proxy-Connection: Keep-Alive

GET /503 HTTP/1.1
Authorization: Basic dGVzdDppbmc=
Host: %HOSTIP:%HTTPSPORT
Accept: */*

</protocol></verify></testcase>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?