I have a script file that makes a call to JSON API, and I need to send the current login username as part of the call. I tried the following :-
$(documen
var usrName = '<%=@HttpContext.Current.User.Identity.Name%>'