Martin,

Thanks for your answer! Yes, I know about that class: my questions was more
how to have a form submitted over HTTPs on a page served over HTTP.

Regards,

Ernesto

On Fri, Oct 8, 2010 at 5:34 PM, Martin Grigorov <[email protected]>wrote:

> See org.apache.wicket.protocol.https.HttpsRequestCycleProcessor
>
> On Fri, Oct 8, 2010 at 11:44 AM, Melinda Dweer <[email protected]
> >wrote:
>
> > Hi,
> >
> > I has the following use case: I have some public pages (should be served
> > over HTTP)  containing a sign in "panel" which must be submitted over
> > HTTPs.
> > I have though of doing this as follows:
> >
> > -use an iframe to host the sign in "panel": actually it would be a page
> > served over HTTPs to the iframe.
> > -once the user signs in serve a page to the iframe that contains
> JavaScript
> > to get parent page to be redirected to the private area (served over
> > HTTPs).
> >
> > I do not tried the above but I assume it might work. My question is if
> > there
> > is a cleaner/cleverer way to do this in wicket?
> >
> > Thanks in advance,
> >
> > Melinda
> >
>

Reply via email to