Is it possible using Node.js and express to drop a request for certain route? I.E. not return a http status or any headers? I\'d like to just close the connection.
You could do this wherever you want to close the connection: res.end()
res.end()