asp.net - Forms authentication with URL fragments -
asp.net - Forms authentication with URL fragments -
i'm building single page application asp.net mvc , forms authentication, i'm heavily using url fragment values(#). i'm aware server not have access fragments in url. i'm looking best/simplest solution scenario.
if user not authenticated , paste url http://example.com/account/#123 in browser, redirected http:example.com/signin?returnurl=/account#123. far.
but after sign in, redirected http://example.com/account. fragment value lost.
how best design application fragment retained after signing in?
asp.net asp.net-mvc
Comments
Post a Comment