[w3m-dev 03984] support for 307 Temporary Redirect
yamada <[email protected]>
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <20031008091601.GA580%[email protected]> |
w3m CGI HTTP/1.1 307 Temporary Redirect w3m http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.8 307 iemozilla CGIapache #!/usr/bin/perl print qq#Status: 307 Temporary Redirect\n#; print qq#Location: http://google.com/\n#; print qq#\n#;