Secure redirection
Furnace framework ยป Furnace redirection support

Prev:<redirect-responder> ( url -- responder )


The words in this section help with implementing sites which require SSL/TLS for additional security.

Converting a HTTP URL into an HTTPS URL:
>secure-url ( url -- url' )


Redirecting the client to an HTTPS URL:
<secure-redirect> ( url -- response )


Tools for writing responders which require SSL/TLS connections:
if-secure ( quot -- response )

<secure-only> ( responder -- secure-only )