HonoH
Hono8mo ago
Eternal

[SOLVED] CORS with origin of "localhost" doesn't work

Code used:

app.use('*', cors({
  origin: "localhost",
  credentials: true
}))


Issue: the Allow Origin header isn't sent but the access-control-allow-credentials is set
Was this page helpful?