Redirecting from http to http pops up a login box
From: Tony Wright (tonyz.wrightz_at_consultant.com)
Date: 05/27/04
- Next message: Jerry Pisk: "Re: Redirecting from http to http pops up a login box"
- Previous message: Joe Hardin: "SSL VPN Website -- Please Help"
- Next in thread: Jerry Pisk: "Re: Redirecting from http to http pops up a login box"
- Reply: Jerry Pisk: "Re: Redirecting from http to http pops up a login box"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 26 May 2004 20:15:59 -0700
Hi,
I am trying to secure a credit card page. I redirect to the credit
card page from the url:
http://mipdev05/features/myshops/MsShopCheckout.aspx?ID=a4f12d4d-e2fd-4785-83ec-4ea2ed1ca48c&P=1&VT=G
to the url:
https://mipdev05/features/myshops/MsPaymentDetails.aspx?ID=a4f12d4d-e2fd-4785-83ec-4ea2ed1ca48c&P=1&VT=G
It pops up a logon dialog box for the https, Site:mipdev05
Realm:mipdev05.
The redirect occurs in asp.net (c#). It is simply a
Response.Redirect. I am already logged into the http: site and wish
to use the same credentials to log into the https site without it
popping up the login box.
I have used Server.Transfer, but I am unconvinced that it is using
https.
Any ideas?
Thanks,
Tony
- Next message: Jerry Pisk: "Re: Redirecting from http to http pops up a login box"
- Previous message: Joe Hardin: "SSL VPN Website -- Please Help"
- Next in thread: Jerry Pisk: "Re: Redirecting from http to http pops up a login box"
- Reply: Jerry Pisk: "Re: Redirecting from http to http pops up a login box"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|