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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. switching from https to http and vice versa

switching from https to http and vice versa

Scheduled Pinned Locked Moved ASP.NET
sysadminquestion
4 Posts 2 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.
  • C Offline
    C Offline
    Chirag_Saglani
    wrote on last edited by
    #1

    Hi, I am sending request to the server using an https protocol. I want the server to respond with http protocol. Is it possible and how? Chirag P. Saglani Chirag P. Saglani

    T 1 Reply Last reply
    0
    • C Chirag_Saglani

      Hi, I am sending request to the server using an https protocol. I want the server to respond with http protocol. Is it possible and how? Chirag P. Saglani Chirag P. Saglani

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

      You can redirect to an unsecure location, but the clien't browser will be aware that the security context is changing.

      C 1 Reply Last reply
      0
      • T TylerBrinks

        You can redirect to an unsecure location, but the clien't browser will be aware that the security context is changing.

        C Offline
        C Offline
        Chirag_Saglani
        wrote on last edited by
        #3

        Thanx. See... Redirect will be after I get the response from the sever right ?? So this means that when i send a request to the server by https, the response will also be by https. In my case, I want the server to respond by http. See If u can help. Thanx Regards,

        T 1 Reply Last reply
        0
        • C Chirag_Saglani

          Thanx. See... Redirect will be after I get the response from the sever right ?? So this means that when i send a request to the server by https, the response will also be by https. In my case, I want the server to respond by http. See If u can help. Thanx Regards,

          T Offline
          T Offline
          TylerBrinks
          wrote on last edited by
          #4

          Response.Redirect(...) or Server.Transfer(...)

          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