We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fc85f commit 32a9ecdCopy full SHA for 32a9ecd
app.js
@@ -17,7 +17,7 @@ const corsOptions = {
17
methods: ['GET', 'PATCH', 'POST', 'DELETE'],
18
preflightContinue: true,
19
credentials: true,
20
- allowedHeaders: 'Content-Type,Authorization'
+ allowedHeaders: 'Content-Type,Authorization,Set-Cookie'
21
}
22
23
app.use(express.json());
0 commit comments