File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test2077
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (4 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<testcase>
<info>
<keywords>
HTTP
HTTP GET
GSS-API
</keywords>
</info>

# Server-side
<reply>
<data>
HTTP/1.1 200 OK swsclose
Content-Length: 23

This IS the real page!
</data>
</reply>

# Client-side
<client>
<server>
http
</server>
<features>
GSS-API
</features>
<name>
curl --fail --negotiate to unauthenticated service fails
</name>
<command>
http://%HOSTIP:%HTTPPORT/2077 -u : --fail --negotiate
</command>
</client>

# Verify data after the test has been "shot"
<verify>
<errorcode>
0
</errorcode>
</verify>
</testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>