According to RFC 2616 10.3.4, a 303 status is the proper http 1.1 behavior for what most http 1.0 clients did with code 302. Since ipxe's http client advertises itself as http 1.1, it should recognize both.
Signed-off-by: Jason Lunz <[email protected]> You can merge this Pull Request by running: git pull https://github.com/znull/ipxe master Or you can view, comment on it, or merge it online at: https://github.com/ipxe/ipxe/pull/5 -- Commit Summary -- * [http] recognize status code 303 as valid -- File Changes -- M src/net/tcp/http.c (1) -- Patch Links -- https://github.com/ipxe/ipxe/pull/5.patch https://github.com/ipxe/ipxe/pull/5.diff --- Reply to this email directly or view it on GitHub: https://github.com/ipxe/ipxe/pull/5 _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo/ipxe-devel

