[w3m-dev 03986] Re: support for 307 Temporary Redirect
yamada <[email protected]>
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <20031008105601.GA12340%[email protected]> |
On Wed, Oct 08, 2003 at 06:48:06PM +0900, Hironori SAKAMOTO wrote: > w3m (?) HTTP/1.1 > # HTTP/1.0 302 Host: HTTP/1.1 > file.c > if (http_response_code >= 301 && http_response_code <= 303 > > if (((http_response_code >= 301 && http_response_code <= 303) || > http_response_code == 307) > # 307 # ie301302Pragma: no-cache # Location: Location: # # # 307 # w3m #