xref: /curl/tests/data/test1955 (revision 18f1cd7a)
1<testcase>
2<info>
3<keywords>
4HTTP
5CURLOPT_AWS_SIGV4
6</keywords>
7</info>
8
9# Server-side
10<reply>
11<data nocheck="yes">
12HTTP/1.1 302 OK
13Date: Thu, 09 Nov 2010 14:49:00 GMT
14Server: test-server/fake
15Content-Type: text/html
16Content-Length: 0
17Location: /%TESTNUMBER0002
18
19</data>
20<data2>
21HTTP/1.1 200 OK
22Date: Thu, 09 Nov 2010 14:49:00 GMT
23Server: test-server/fake
24Content-Type: text/html
25Content-Length: 0
26
27</data2>
28</reply>
29
30# Client-side
31<client>
32<server>
33http
34</server>
35# this relies on the debug feature which allow to set the time
36<features>
37SSL
38Debug
39crypto
40</features>
41<setenv>
42CURL_FORCEHOST=1
43</setenv>
44
45<name>
46HTTP AWS_SIGV4 without X-Xxx-Content-Sha256
47</name>
48<tool>
49lib%TESTNUMBER
50</tool>
51
52<command>
53http://exam.ple.com:9000/aws_sigv4/testapi/test exam.ple.com:9000:%HOSTIP:%HTTPPORT
54</command>
55</client>
56
57# Verify data after the test has been "shot"
58<verify>
59<strip>
60^User-Agent:.*
61^Content-Type:.*
62^Accept:.*
63</strip>
64<protocol>
65GET /aws_sigv4/testapi/test HTTP/1.1
66Host: exam.ple.com:9000
67Authorization: XXX4-HMAC-SHA256 Credential=xxx/19700101/ple/exam/xxx4_request, SignedHeaders=content-type;host;tesmixcase;test2;test3;test_space;x-xxx-date, Signature=dd39202e9fb7b836ebf2abb83b114cae11ff3b6a169f0c64b290a774a873db9d
68X-Xxx-Date: 19700101T000000Z
69test3: 1234
70test2:
71test_space: t	s  m	   end
72tesMixCase: MixCase
73
74</protocol>
75</verify>
76</testcase>
77