On Mon, 29 Nov 2004 20:18:07 +0100, Simon Strandgaard <neoneye / gmail.com> wrote:
> On Tue, 30 Nov 2004 04:07:30 +0900, GOTOU Yuuzou <gotoyuzo / notwork.org> wrote:
> [snip]
> > request_callback = Proc.new{|req, res|
> >   if %r{/show-all.html$} =~ req.path_info
> >     res.set_redirect(WEBrick::HTTPStatus::Found, "show.cgi?all")
> >   end
> > }
[snip]

This transmits a redirect request to the user-agent.

I am curious to if its possible to rename the url of the 
request "on the server".. so that user-agent never knows about that
redirecting occured?

(sorry for all these recent webrick questions)

--
Simon Strandgaard