xref: /curl/tests/data/test2077 (revision 67e9e3cb)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6GSS-API
7</keywords>
8</info>
9
10# Server-side
11<reply>
12<data>
13HTTP/1.1 200 OK swsclose
14Content-Length: 23
15
16This IS the real page!
17</data>
18</reply>
19
20# Client-side
21<client>
22<server>
23http
24</server>
25<features>
26GSS-API
27</features>
28<name>
29curl --fail --negotiate to unauthenticated service fails
30</name>
31<command>
32http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --negotiate
33</command>
34</client>
35
36# Verify data after the test has been "shot"
37<verify>
38<errorcode>
390
40</errorcode>
41</verify>
42</testcase>
43