FormsAuthentication.GetRedirectUrl() returns only first parameter

From: Brian Adkins (brian)
Date: 02/24/04

  • Next message: Yan-Hong Huang[MSFT]: "Re: Help for ActiveX"
    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


  • Next message: Yan-Hong Huang[MSFT]: "Re: Help for ActiveX"