Re: Howto: transition *out* of SSL to a non-secure page
From: Josh Korn (joshkorn@hotmail.com)
Date: 03/05/03
- Next message: Alun Jones: "Re: IIS Security"
- Previous message: scott: "Re: FTP Site Access - over the internet"
- In reply to: Ken Schaefer: "Re: Howto: transition *out* of SSL to a non-secure page"
- Next in thread: Steve Jansen: "Re: Howto: transition *out* of SSL to a non-secure page"
- Reply: Steve Jansen: "Re: Howto: transition *out* of SSL to a non-secure page"
- Reply: Ken Schaefer: "Re: Howto: transition *out* of SSL to a non-secure page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Josh Korn" <joshkorn@hotmail.com> Date: Wed, 5 Mar 2003 09:00:02 -0500
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: Alun Jones: "Re: IIS Security"
- Previous message: scott: "Re: FTP Site Access - over the internet"
- In reply to: Ken Schaefer: "Re: Howto: transition *out* of SSL to a non-secure page"
- Next in thread: Steve Jansen: "Re: Howto: transition *out* of SSL to a non-secure page"
- Reply: Steve Jansen: "Re: Howto: transition *out* of SSL to a non-secure page"
- Reply: Ken Schaefer: "Re: Howto: transition *out* of SSL to a non-secure page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|