Ekspresikan pengalihan dengan data post
app.post('/', function(req, res) {
res.redirect(307, '/test');
});
Krushn
app.post('/', function(req, res) {
res.redirect(307, '/test');
});