From owner-FreeBSD-tech-jp@jp.freebsd.org  Tue Jan 13 18:41:59 1998
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) id SAA29593
	Tue, 13 Jan 1998 18:41:59 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) with ESMTP id SAA29586
	for <FreeBSD-tech-jp@jp.freebsd.org>; Tue, 13 Jan 1998 18:41:56 +0900 (JST)
Received: from gear.csl.sony.co.jp (gear.csl.sony.co.jp [43.27.98.87]) by inetfw.sonycsl.co.jp (8.8.5/3.5W) with ESMTP id SAA27365 for <FreeBSD-tech-jp@jp.freebsd.org>; Tue, 13 Jan 1998 18:41:55 +0900 (JST)
Received: from localhost by gear.csl.sony.co.jp (8.8.5+2.7Wbeta4/2.8Wb)
	id JAA02631; Tue, 13 Jan 1998 09:41:44 GMT
From: Noritoshi Demizu (=?ISO-2022-JP?B?GyRCPVA/ZUshPVMbKEI=?=) <demizu@csl.sony.co.jp>
To: FreeBSD-tech-jp@jp.freebsd.org
In-Reply-To: Your message of "Tue, 13 Jan 1998 00:44:46 -0800 (PST)"
References: <199801130844.AAA21507@silvia.HIP.Berkeley.EDU>
X-Mailer: Mew version 1.69 on Emacs 19.28.1 / Mule 2.3
X-URL: http://www.csl.sony.co.jp/person/demizu/
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19980113184143L.demizu@gear.csl.sony.co.jp>
Date: Tue, 13 Jan 1998 18:41:43 +0900
X-Dispatcher: impost version 0.99i (Apr. 6, 1997)
Lines: 42
Reply-To: FreeBSD-tech-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: FreeBSD-tech-jp 1101
Subject: [FreeBSD-tech-jp 1101] HTTP redirections (Re: X Font Server with VFlib)
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org

$BK\Bj$+$i$=$l$F$7$^$$$^$9$,!"!"(B

> $B$7$+$7!"IaDL$N%V%i%&%6$OF,$,$h$/$F!J$*$;$C$+$$$@$+$i!)!K!"(B
>
> http://host/path1/path2
>
> $B$G%(%i!<$,JV$C$F$/$k$H(B
>
> http://host/path1/path2/
>
> $B$K$7$F;n$7$F$/$l$k$o$1$G$9!#!J$@$+$i$H$$$C$F$3$NFs$D$OEy2A$G$O$J$$!"$H(B
> $B$$$&$*OC$G$7$?!#!K(B

$BA0<T$N(B path $B$G(B GET $B$9$k$H!"!V$=$l$O!{!{$K0\F0$7$^$7$?$h!W$H%5!<%P$,65(B
$B$($F$/$l$k$+$i!"%V%i%&%6$O8e<T$N(B path $B$r(B GET $B$K9T$/$N$G$O$J$$$+$J$!$H(B
$BA[A|$7$^$9!#??LLL\$K(B HTTP $B$N(B spec $BFI$s$G$J$$$N$GA[A|$G?=$7Lu$J$$$G$9$,!"!"!"(B

$B6qBNE*$K$O(B status code $B$H$7$F(B 301, 302 $B$J$I$,$3$NL\E*$G;H$o$l$k$h$&$G$9!#(B
$B@5$7$$(B path $B$O(B Location $B%U%#!<%k%I$GJV$5$l$k$h$&$G$9!#(B

Noritoshi


<< $BNc(B >>
$ telnet www.jp.freebsd.org 80 
Connected to jaz.jp.freebsd.org.
Escape character is '^]'.
GET /links HTTP/1.0

HTTP/1.1 301 Moved Permanently
Date: Tue, 13 Jan 1998 09:37:59 GMT
Server: Apache/1.2.0
Location: http://www.jp.freebsd.org/links/
Connection: close
Content-Type: text/html

<HTML><HEAD>
<TITLE>301 Moved Permanently</TITLE>
</HEAD><BODY>
<H1>Moved Permanently</H1>
The document has moved <A HREF="http://www.jp.freebsd.org/links/">here</A>.<P>
</BODY></HTML>
