ajax - Spring Security to continue firing the same request after authentication -
when user clicks button, ajax post request fired if not logged in login dialog box opens handled spring security. when user logs in, want fire same ajax post request. how achieve this? in ajax post request, have both headers , request body.
thanks in advance
Comments
Post a Comment