HTTPS form NOT website

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • VK

    HTTPS form NOT website



    Hi,

    Issue: we have form secured with HTTPS but once on this form we have
    hyperlinked top nav bar, if a user clicks on this instead of submitting
    a form "s" is added thru rest of browsing. how to make sure that rest of
    site is not using https when on https form?

    Thanks

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • mphacker

    #2
    Re: HTTPS form NOT website

    You need to specify the full URL for the links in your nav bar and not
    just relative links.

    Comment

    • VK

      #3
      Re: HTTPS form NOT website

      when we specify the full path and since these are all non-https links,
      the form shows up with an alert "This page contains but secure and
      non-secure items" - this message is not very encouraging for our
      customers to submit credit card numberso off our website

      Thanks.

      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • C-Services Holland b.v.

        #4
        Re: HTTPS form NOT website

        VK wrote:
        [color=blue]
        > when we specify the full path and since these are all non-https links,
        > the form shows up with an alert "This page contains but secure and
        > non-secure items" - this message is not very encouraging for our
        > customers to submit credit card numberso off our website
        >
        > Thanks.
        >[/color]

        Could it be that you're launching the https link inside a frameset where
        the frameset (or one of the other frames) is not coming from the https
        site? Because then it's an understandable warning.
        --
        Rinze van Huizen
        C-Services Holland b.v.

        Comment

        • VK

          #5
          Re: HTTPS form NOT website

          This links with complete "http" urls are in an include file.

          *** Sent via Developersdex http://www.developersdex.com ***
          Don't just participate in USENET...get rewarded for it!

          Comment

          Working...