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.
我目前正在设计超媒体 REST API。我想知道是否有关于在 GET 请求中将电子邮件地址作为 URL 参数传递的建议。
提前致谢
电子邮件通常不被视为关键或重要信息,因此可以公开传输。
如果您想提供一些安全性,只需使用一些转换对电子邮件进行编码,然后在服务器上解码。