Added Authorization to allowed headers.
h3rald h3rald@h3rald.com
Sun, 18 Nov 2018 14:18:21 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/litestorepkg/lib/types.nim
→
src/litestorepkg/lib/types.nim
@@ -111,7 +111,7 @@ LS.appname = appname
TAB_HEADERS = { "Access-Control-Allow-Origin": "*", - "Access-Control-Allow-Headers": "Content-Type", + "Access-Control-Allow-Headers": "Content-Type, Authorization", "Server": LS.appname & "/" & LS.appversion }