ash %!s(int64=2) %!d(string=hai) anos
pai
achega
271776170b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Backend/Sources/View/view_basics_api.py

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

@@ -48,7 +48,7 @@ def define_basic_api(app) :
         if not request.path == __api_login_url__ :
 
 
-            auth_header_value = request.headers.get('Authorization', None)
+            auth_header_value = request.headers.get('x-Auth-Token', None)
 
             if not auth_header_value:
                 raise Exception("request does not have a authentification token")