If I use the res.redirect( url ) will the redirection method also append the previous parameters to where it will be redirected?
It means if I passed/send request with a json parameters using POST method then I redirect the request to another server, will that other server (where it is redirected) receives the json parameters?