瀏覽代碼

opetion ignored

ash 2 年之前
父節點
當前提交
c57facba03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Backend/Sources/View/view_basics_api.py

+ 1 - 1
Backend/Sources/View/view_basics_api.py

@@ -45,7 +45,7 @@ def define_basic_api(app) :
             logger.debug("request json body : " + str(request.json))
 
 
-        if not request.path == __api_login_url__ :
+        if not request.path == __api_login_url__ and request.method != "OPTIONS":
 
 
             auth_header_value = request.headers.get('x-Auth-Token', None)