SSL and redirect

From: Hithesh Ranchhod (hithesh.ranchhodNOSPAM@andrew.com)
Date: 12/19/02


From: "Hithesh Ranchhod" <hithesh.ranchhodNOSPAM@andrew.com>
Date: Thu, 19 Dec 2002 14:15:30 -0600


I'm using formsauthentication. The login page is using SSL. I have some
protected apps that use SSL and some that do not. Currently, the "returnurl"
querystring only holds the folder/filename and not the entire url
(http://... or https://...). In my situation, since the login page is in SSL
mode, once the user is authenticated, the user is redirected back in SSL
mode.

1] How can I return back to the requested page via http OR https depending
on my app needs?

2] Can the returnurl querystring hold the entire URL? If this is possible, I
guess my first question can be ignored.

TIA
H