Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to assign a perticular page as https:// ???

How to assign a perticular page as https:// ???

Scheduled Pinned Locked Moved ASP.NET
securityhelptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anand Desai
    wrote on last edited by
    #1

    Hi, I know how to make whole site in Secured HTTP (https). but I want to know how I can have only one page as https:// and all other pages of that site is in http:// ???? Like, in any shopping site, all product display pages should be in http:// which is faster but payment gatway page must be in https:// which ensures security. please help. Thanks for any help.

    Anand Desai Developer Atharva Infotech

    T J 2 Replies Last reply
    0
    • A Anand Desai

      Hi, I know how to make whole site in Secured HTTP (https). but I want to know how I can have only one page as https:// and all other pages of that site is in http:// ???? Like, in any shopping site, all product display pages should be in http:// which is faster but payment gatway page must be in https:// which ensures security. please help. Thanks for any help.

      Anand Desai Developer Atharva Infotech

      T Offline
      T Offline
      ToddHileHoffer
      wrote on last edited by
      #2

      I don't know if you can do that. Just make a separate web. Any information you need passed between the to can be put in the database or sent via query string. If you do find out how to do this I would be interested in the solution.

      I didn't get any requirements for the signature

      1 Reply Last reply
      0
      • A Anand Desai

        Hi, I know how to make whole site in Secured HTTP (https). but I want to know how I can have only one page as https:// and all other pages of that site is in http:// ???? Like, in any shopping site, all product display pages should be in http:// which is faster but payment gatway page must be in https:// which ensures security. please help. Thanks for any help.

        Anand Desai Developer Atharva Infotech

        J Offline
        J Offline
        Jon Rista
        wrote on last edited by
        #3

        Just add a certificate to the whole site. Your links should be http:// links normally. When the user enters the checkout process, just switch to using https:// links...thats all there is to it. You buy SSL certificates for a domain...not really a site. Once its set up for a site on that domain, all you have to do to switch between SSL and non-SSL is change the protocol of your links. You will probably also want to set up some logic in your site to prevent access of secured pages by http. This article should help: Switch Between HTTP and HTTPS Automatically[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups