We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headers JSON + Express = GET API RESPONSE from: https://piotech.luisweb.cf/api HANDLED + Proxied
The text was updated successfully, but these errors were encountered:
(Snippet)
app.get("/user", (req, res) => { if (req.headers["asdd"]) { res.json({ id: req.headers["asdedew"] || null, name: req.headers["azsdwe"] || null, }); } else { res.json(null); } });
Sorry, something went wrong.
LUIS9799
PabloCarrascoB
Cristi4nmer0merit0
No branches or pull requests
Headers JSON + Express
= GET API RESPONSE
from: https://piotech.luisweb.cf/api
HANDLED + Proxied
The text was updated successfully, but these errors were encountered: