HTTP netrc # Server-side HTTP/1.1 200 OK Date: Fri, 05 Aug 2022 10:09:00 GMT Server: test-server/fake Content-Type: text/plain Content-Length: 6 Connection: close -foo- # Client-side http netrc with no login - but provided user in URL --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://user@%HOSTIP:%HTTPPORT/ machine %HOSTIP password firstthis login unknown machine %HOSTIP password 5up3r53cr37 machine %HOSTIP password d1ff3r3nt login anotherone # Verify data after the test has been "shot" GET / HTTP/1.1 Host: %HOSTIP:%HTTPPORT Authorization: Basic %b64[user:5up3r53cr37]b64% User-Agent: curl/%VERSION Accept: */*