We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3328fa6 commit e080e12Copy full SHA for e080e12
example/convex/http.ts
@@ -26,7 +26,7 @@ http.route({
26
headers: new Headers({
27
"Access-Control-Allow-Origin": "*",
28
"Access-Control-Allow-Methods": "POST",
29
- "Access-Control-Allow-Headers": "Content-Type, Digest",
+ "Access-Control-Allow-Headers": "Content-Type, Digest, Authorization",
30
"Access-Control-Max-Age": "86400",
31
}),
32
});
0 commit comments