Ask a Question related to ASP.NET Security, Design and Development.
-
Tony Wright #1
Switching between http and https popping up a login box
Hi,
I am response.redirecting from an http to a https site, as follows:
[url]http://mipdev05/features/MyShops/MsShopCheckout.aspx?ID=a4f12d4d-e2fd-4785-83ec-4ea2ed1ca48c&P=1&VT=G[/url]
to
[url]https://mipdev05/features/MotorShops/MsPaymentDetails.aspx[/url]
https works fine, except that it is requiring me to log in a second
time on the redirect.
Authentication mode is set to windows.
I am only using basic authentication over SSL.
Does anyone know why it is popping up the second login box, and how do
I go about bypassing this second login box?
THanks,
Tony
Tony Wright Guest
-
Keeping a login state when moving between http and https
Big apols. I posted this in the general one when I think I should have posted it in this one as it is more relevant. Please don't berate me! ... -
Switching Between HTTP and HTTPS
Hi I wish to have a web site that has most of the pages as normal HTTP pages but has some areas that use HTTPS. I want to have it that if a user... -
http to https
Is there a coldfusion function that determines the gives me the protocol of the address bar(http, https) .I tried GetHttpRequestData, but I do not... -
ASP.Net Windows Authentication problem = Login dialog keeps popping up
I'm using Windows Authentication in my C# ASP.Net intranet application. I have a "Delete" column in a DataGrid which I only want displayed if the... -
Switching to and from http and https
hello all. currently, this is how a line of my form is setup (names have been changed to protect the innocent ;) <form...



Reply With Quote

