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 --netrc-optional --netrc-file %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/ machine %HOSTIP password 5up3r53cr37 # # Verify data after the test has been "shot" GET / HTTP/1.1 Host: %HOSTIP:%HTTPPORT Authorization: Basic %b64[:5up3r53cr37]b64% User-Agent: curl/%VERSION Accept: */*