1 Reply Latest reply on Jul 19, 2011 3:34 PM by jones.kong83.gmail.com

    https only for a single form submit on a page (e.g. login in header)

    sschaer
      Hi,

      I have been looking a lot but can't figure out if and how this is possible:

      Is there a way to have a form submitted via https regardsless of whether the page has been served via http or https?

      My usecase is this:
      A login box in the header of every page of a website.
      Some of the pages are handled via http (declared via scheme="http" in the "/*" view in the pages.xml) and some are handled via https (declared as scheme="https" in the pages.xml).

      I would think this is a simple standard case but I cant figure out how to do this with Seam/JSF.


      Thanks for any advice or hints,

      Sebastian