HTTP
HTTP POST
HTTP proxy
HTTP proxy NTLM auth
# Server-side
# Client-side
http
Mime
NTLM
SSL
!SSPI
proxy
HTTP POST with --proxy-ntlm and no SSL with no response
http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm -F "dummy=value"
# Verify data after the test has been "shot"
POST http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1
Host: a.galaxy.far.far.away
Proxy-Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive
Content-Length: 0
# 52 is CURLE_GOT_NOTHING
52