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
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
__
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
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
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.");
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]