JavaScript REST 身份验证
是否有任何解决方案可以仅使用 JavaScript 为客户端实现 REST 身份验证? JavaScript 代码始终可供任何人阅读。我在这里阅读了很多有关 REST 身份验证的帖子,但没有找到任何答案。
Are there any solutions to implement REST authentications for clients using only JavaScript? JavaScript code is always readable by anyone. I read many posts about REST authentication here, but didn't find any answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个相关问题详细说明了如何操作使用 jQuery 的 AJAX 方法在 JavaScript 中进行基本身份验证。
There is a related question which details how to do BASIC authentication in JavaScript with jQuery's AJAX methods.