I want to redirect user from one page to another page in Node.js (plain node.js)
Real life scenario: Afer signup (example.com/sigup), after successful signup I want
A simpler way :
res.redirect(307, '/login');
Find more details in the answer of this post