]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[http] Provide credentials only when requested by server
authorMichael Brown <mcb30@ipxe.org>
Tue, 22 May 2012 11:32:28 +0000 (12:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 22 May 2012 22:43:36 +0000 (23:43 +0100)
commit5f2226aa3664d20b72ba622a4425d040390eaf2e
tree670a904e91da42919422cba8d5ba3c84d3cc6833
parent8f5d44b5c6b12964e2678739a24f45da1c5d2c11
[http] Provide credentials only when requested by server

Provide HTTP Basic authentication credentials only in response to a
401 Unauthorized response from the server.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp/httpcore.c