Re: Check SSL

2008-05-19 Thread Daniele Corti
2008/5/19 Mike Schrag <[EMAIL PROTECTED]>: > I've made a Direct Action that make authentication, but I need that the >> communication between the client-server is secure, under SSL. >> Is there a way to check if the request was sent under SSL? >> > You use Wonder, right? Right, but wouldn't y

Re: Check SSL

2008-05-19 Thread Mike Schrag
I've made a Direct Action that make authentication, but I need that the communication between the client-server is secure, under SSL. Is there a way to check if the request was sent under SSL? You use Wonder, right? boolean secure = ERXRequest.isRequestSecure(request); ms __

Re: Check SSL

2008-05-19 Thread Daniele Corti
2008/5/19 Patrick Middleton <[EMAIL PROTECTED]>: > > On 19 May 2008, at 09:01, Daniele Corti wrote: > > Hi list, >> >> I've made a Direct Action that make authentication, but I need that the >> communication between the client-server is secure, under SSL. >> Is there a way to check if the req

Re: Check SSL

2008-05-19 Thread Patrick Middleton
On 19 May 2008, at 09:01, Daniele Corti wrote: Hi list, I've made a Direct Action that make authentication, but I need that the communication between the client-server is secure, under SSL. Is there a way to check if the request was sent under SSL? Thank you for any help! -- Danie

Re: Check SSL

2008-05-19 Thread Andrew Lindesay
WO 5.4; WORequest.isSecure() WO 5.3.3; public static boolean isRequestTransportedSecurely(WORequest request) { if(null==request) throw new IllegalArgumentException("a non-null request must be supplied in order to establish if it's secure or not.");

Check SSL

2008-05-19 Thread Daniele Corti
Hi list, I've made a Direct Action that make authentication, but I need that the communication between the client-server is secure, under SSL. Is there a way to check if the request was sent under SSL? Thank you for any help! -- Daniele Corti AIM: S0CR4TE5 Messenger: [EMAIL PROTECTED]