FormsAuthentication.GetRedirectUrl() returns only first parameter
From: Brian Adkins (brian)
Date: 02/24/04
- Previous message: Chris Jackson: "Re: Security across several apps"
- Next in thread: Brian Adkins: "Re: FormsAuthentication.GetRedirectUrl() returns only first parameter"
- Reply: Brian Adkins: "Re: FormsAuthentication.GetRedirectUrl() returns only first parameter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Feb 2004 18:07:20 -0500
It appears that FormsAuthentication.GetRedirectUrl() only returns the first
parameter for the original target URL. For example, if the original target
URL is:
/MyPage.aspx?a=b&c=d
and the user is redirected to the login page, a call to
FormsAuthentication.GetRedirectUrl() in the login page returns:
/MyPage.aspx?a=b
Any ideas as to why this may be?
Thanks,
Brian Adkins
http://www.MLSClassified.com
- Previous message: Chris Jackson: "Re: Security across several apps"
- Next in thread: Brian Adkins: "Re: FormsAuthentication.GetRedirectUrl() returns only first parameter"
- Reply: Brian Adkins: "Re: FormsAuthentication.GetRedirectUrl() returns only first parameter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]