gitcha
DESCRIPTION
Solution
app.get("/supersecret", (req, res) => {
- if (req.cookies["SECRET_COOKIE_VALUE"] === "thisisahugesecret") {
- res.send("You found the secret!");
}})Payload
Resources:
Last updated