I\'m trying to redirect the url of my app in node.js in this way:
// response comes from the http server response.statusCode = 302; response.setHeader(\"Loca
What happens if you change it to 307 instead?