showing results for - "pasar datos al redirect js node"
Krista
23 May 2019
1 app.get('/redirect', function(req, res) {
2  var string = encodeURIComponent('something that would break');
3  res.redirect('/your/redirection/url/?data=' + string);
4});
5 
similar questions
queries leading to this page
pasar datos al redirect js node