How can I send a success status to browser from nodejs/express? February 1, 2023 by Tarik Express Update 2015: Use this instead: res.sendStatus(200) This has been deprecated: res.send(200)