如何在node.js中将中间件变量发送到控制器
目前,在我的中间件中,我使用 req 保存一个变量,例如: req.middleware = "my variable";
我使用 req.middleware
将其拉入控制器,它工作得很好,但问题是我传递了一些敏感数据我不知道使用这个最终是否会将保存在 req 中的变量以某种方式暴露给客户端?
Currently, within my Middleware I save a variable using req, for example:req.middleware = "my variable";
and I pull it in the controller using req.middleware
, and it works perfectly, but the problem is that I pass some sensitive data and I don't know if using this ends up exposing my variables saved in the req to the client somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论