Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法保护 Bing 地图 API 密钥不被暴露给客户端?
很简单,没有。客户端应用程序需要知道密钥才能通过 Bing 地图的服务器进行身份验证,并且由于 Javascript 代码永远无法完全混淆,因此用户始终可以从客户端的代码中提取您的密钥。
有多种方法可以从浏览源代码的人眼中隐藏您的密钥(例如 Sandeep 列出的帖子中讨论的方法),但这些方法仅对最随意的用户有效 - 使用 Firebug 等工具是一件小事为任何有动机这样做的用户揭示密钥。