Furnace redirection support
Furnace framework

Prev:Form submission referrer checking
Next:Furnace extension points


The furnace.redirection vocabulary builds additional functionality on top of http.server.redirection, and integrates with various Furnace features such as furnace.asides and furnace.conversations.

A redirection response which takes asides and conversations into account:
<redirect> ( url -- response )


A responder which unconditionally redirects the client to another URL:
<redirect-responder> ( url -- responder )

Secure redirection