node.js - Is there still a way to go after express forwards a redirect? Or access the page directly?
代言2017-06-10 09:48:54
0
1
697
For example, I have a route app.use ('/login', login) and a login page. Then I res.redirect('/login') in other places, then I have to go Is it going to be accessed through routing or directly accessing the login page? expressframework Thank you!
Walk by, redirect, tell the browser to re-initiate the request.