Next.js Discord

Discord Forum

request headers host unexpectedly changed

Unanswered
Bumble bee posted this in #help-forum
Open in Discord
Bumble beeOP
i have a multi-tenancy app.
the req headers suddenly working unexpected
const hostname = req.headers.get("host")
the host name is [::1]:51709. it was like :"shop1.exmple.com"
im using req.headers.get("referer") for the hotfix but im looking for a solution

0 Replies