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/2078 -u : --negotiate --data name=value # Verify data after the test has been "shot" 0 ^User-Agent:.* POST /2078 HTTP/1.1 Host: 127.0.0.1:8990 Accept: */* Content-Length: 10 Content-Type: application/x-www-form-urlencoded name=value