Re: Does wget support HTTP1.1

2004-04-18 Thread Hrvoje Niksic
Wget does not support HTTP/1.1. It sends an HTTP/1.0 request and expects (for the most part) an HTTP/1.0 response. However, the CVS version of Wget understands the "See Other" response.

Does wget support HTTP1.1

2004-04-12 Thread Yigang Li
Hi, I composed a Status 303 Moved Temp in response to HTTP GET(intercept GET), and the wget on linux think it is an error. I know WGET is sending HTTP1.0 data, so if I sent a Status 302, will the WGET automatically redirect? Thanks Yigang