Skip to content

Commit e080e12

Browse files
committed
add authorization as an allowed header
1 parent 3328fa6 commit e080e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/convex/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ http.route({
2626
headers: new Headers({
2727
"Access-Control-Allow-Origin": "*",
2828
"Access-Control-Allow-Methods": "POST",
29-
"Access-Control-Allow-Headers": "Content-Type, Digest",
29+
"Access-Control-Allow-Headers": "Content-Type, Digest, Authorization",
3030
"Access-Control-Max-Age": "86400",
3131
}),
3232
});

0 commit comments

Comments
 (0)