Re: Howto: transition *out* of SSL to a non-secure page
From: Steve Jansen (steve.jansen@nospam.byteinteractive.com)
Date: 03/05/03
- Next message: Steve Jansen: "Re: Security in ASP Page"
- Previous message: Steve Jansen: "Re: Cannot login to a secured web site"
- In reply to: Josh Korn: "Re: Howto: transition *out* of SSL to a non-secure page"
- Next in thread: Ken Schaefer: "Re: Howto: transition *out* of SSL to a non-secure page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Steve Jansen" <steve.jansen@nospam.byteinteractive.com> Date: Wed, 5 Mar 2003 13:02:12 -0500
You cannot use Server.Transfer for this. Use Response.Redirect instead.
-- -Steve Jansen Byte Interactive "Josh Korn" <joshkorn@hotmail.com> wrote in message news:OiDtF#x4CHA.3512@TK2MSFTNGP11.phx.gbl... > Sorry... I should have been more specific. > > What I need to know is how to transition from a secure page to a non-secure > page using Server.Transfer (which won't let me give it an absolute URL, and > it doesn't accept the obvious http:GetMeOutOfSecureMode.asp) > > Josh > > "Ken Schaefer" <kenRMV@THISadOpenStatic.com> wrote in message > news:##cz8mu4CHA.2396@TK2MSFTNGP11.phx.gbl... > > <a href="http://www.mysite.com/myConfirmationpage.htm">view confirmation > > page</a> > > > > (same can be done with javascript, <meta http-equiv="refresh"> and ASP: > > Response.Redirect()) > > > > Cheers > > Ken > > > > -- > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > "Josh Korn" <joshkorn@hotmail.com> wrote in message > > news:OFKtFUu4CHA.1612@TK2MSFTNGP11.phx.gbl... > > > I must be overlooking something. It's easy enough to transfer into a > > secure > > > page -- all you do is say that the page requires SSL (etc), and you're > off > > > to the races. > > > > > > So far, so good. But at the end of a $$ transaction, I want to > transition > > to > > > a non-secure confirmation page... how do I do that? > > > > > > Josh Korn > > > > > > > > > > > >
- Next message: Steve Jansen: "Re: Security in ASP Page"
- Previous message: Steve Jansen: "Re: Cannot login to a secured web site"
- In reply to: Josh Korn: "Re: Howto: transition *out* of SSL to a non-secure page"
- Next in thread: Ken Schaefer: "Re: Howto: transition *out* of SSL to a non-secure page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|