HTTP
HTTP GET
GSS-API
# Server-side
HTTP/1.1 200 OK swsclose
Content-Length: 23
This IS the real page!
# Client-side
http
GSS-API
curl --negotiate should not send empty POST request only
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --negotiate --data name=value
# Verify data after the test has been "shot"
0
POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 10
Content-Type: application/x-www-form-urlencoded
name=value