Chrome身份验证弹出窗口显示消息“需要用户名和密码”以进行基本身份验证。如果需要,是否可以将此消息更改为其他消息?
在响应标题中,我发送此文本。
httpContext.Response.AppendHeader("WWW-Authenticate",
string.Format("Basic realm=\"{0}\"", "Please enter your RSA key"));
我可以在Internet Explorer中看到自定义消息,但不能在Chrome中看到。 任何人都面临这个问题?