While I am doing ajax call, I want access header value present in WEBAPI,How to call the header value.
Header is of this fromat in WEBAPI:
HttpContext.Current.Response.AppendHeader("SECURITY_TOKEN_KEY", TokenManager.CreateToken(objUserAuthentication.SUA_Login_Id));