Redirect to 443

2005-08-23 Thread HHidvegi
Is posible to force redirect to 443 when a non-ssl request is received 
(without having a security-constraint )?

Thanks

RE: Redirect to 443

2005-08-23 Thread Peter Crowther
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Is posible to force redirect to 443 when a non-ssl request is 
 received (without having a security-constraint )?

You could, for example, write a filter for your webapp that checked
whether the protocol was secure on an icoming request and responded with
a redirect if not.

- Peter

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]