Sunday 19 August 2018

Can express' res.render be read?

For exampleres.render('a template file', {user: user, title: title}); Can the response be intercepted by man-in-the-middle or any other way and the code inside the template be seen? Not that I put sensitive data inside the template file, but my perception of res.render is that the actual code in the template file never leaves the server, only the rendered string.

Submitted August 20, 2018 at 06:29AM by eggtart_prince

No comments:

Post a Comment