是否可以用Spring Boot编码/解码所有URL?
所以我有一个带有 React 项目的 Spring 应用程序。我正在做一些测试,我有包含 url 参数的请求。例如:
http://localhost:8080/rest/user/{user email}
现在我不想公开这些电子邮件,所以我考虑将它们编码为 base64 或仅使用 AES 加密它们或类似的东西。在 React 中做到这一点非常简单,但是我可以用 Spring 做到这一点吗?我的意思是缺少通过解密函数运行每个 url 参数? 像基本上解密 url 的过滤器之类的东西?
So I have a Spring Application with a React project. Im doing some test and I have requests that envole url parameters. For example:
http://localhost:8080/rest/user/{user email}
Now I dont want to make these emails public so i thought about either encoding them into base64 or just encrypt them using AES or something of the sort. Doing it in react is quite simple, but can I do it with Spring? I mean short of running every url parameter through a decrypt function?
Something like a filter that basically decrypts the url or something like that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论