summaryrefslogtreecommitdiff
path: root/tests/data/test2028
Commit message (Collapse)AuthorAgeFilesLines
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-011-9/+9
| | | | | | | | | | | NTLM2 did not work i.e. no NTLMv2 response was created. Changing the check seems to work. Ref: https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf Fixes https://github.com/curl/curl/issues/3286 Closes https://github.com/curl/curl/pull/3287 Closes https://github.com/curl/curl/pull/3415
* http: always send Host: header as first headerDaniel Stenberg2015-03-121-8/+8
| | | | | | | | | | | | | | | ...after the method line: "Since the Host field-value is critical information for handling a request, a user agent SHOULD generate Host as the first header field following the request-line." / RFC 7230 section 5.4 Additionally, this will also make libcurl ignore multiple specified custom Host: headers and only use the first one. Test 1121 has been updated accordingly Bug: http://curl.haxx.se/bug/view.cgi?id=1491 Reported-by: Rainer Canavan
* tests: Disabled NTLM tests when running with SSPI enabledSteve Holme2013-12-281-0/+1
|
* dd missing NTLM feature for tests 2025, and 2028 to 2032Yang Tse2012-11-271-0/+3
|
* Add tests of auth retriesJoe Mason2012-08-031-0/+312