xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | HTTP |
| 5 | HTTP GET |
| 6 | HTTPS-proxy |
| 7 | HTTPS-proxy Basic auth |
| 8 | </keywords> |
| 9 | </info> |
| 10 | |
| 11 | # Server-side |
| 12 | <reply> |
| 13 | <data> |
| 14 | HTTP/1.1 200 OK
|
| 15 | Date: Tue, 09 Nov 2010 14:49:00 GMT
|
| 16 | Server: test-server/fake
|
| 17 | Content-Type: text/html
|
| 18 | Funny-head: yesyes
|
| 19 | Content-Length: 22
|
| 20 |
|
| 21 | the content goes here |
| 22 | </data> |
| 23 | </reply> |
| 24 | |
| 25 | # Client-side |
| 26 | <client> |
| 27 | <server> |
| 28 | http |
| 29 | https-proxy |
| 30 | </server> |
| 31 | <name> |
| 32 | HTTPS-proxy with Basic auth to HTTP without auth |
| 33 | </name> |
| 34 | <command> |
| 35 | -U fake@user:loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x https://%HOSTIP:%HTTPSPROXYPORT http://we.want.that.site.com/%TESTNUMBER --proxy-insecure |
| 36 | </command> |
| 37 | <features> |
| 38 | proxy |
| 39 | </features> |
| 40 | </client> |
| 41 | |
| 42 | # Verify data after the test has been "shot" |
| 43 | <verify> |
| 44 | <proxy> |
| 45 | GET http://we.want.that.site.com/%TESTNUMBER HTTP/1.1
|
| 46 | Host: we.want.that.site.com
|
| 47 | Proxy-Authorization: Basic ZmFrZUB1c2VyOmxvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29uZw==
|
| 48 | User-Agent: curl/%VERSION
|
| 49 | Accept: */*
|
| 50 | Proxy-Connection: Keep-Alive
|
| 51 |
|
| 52 | </proxy> |
| 53 | </verify> |
| 54 | </testcase> |