diff --git a/CyberCP/secMiddleware.py b/CyberCP/secMiddleware.py index b7c63b05e..d0fc778d7 100755 --- a/CyberCP/secMiddleware.py +++ b/CyberCP/secMiddleware.py @@ -69,6 +69,9 @@ def __call__(self, request): # if os.path.exists(ProcessUtilities.debugPath): # logging.writeToFile(f'Final actual URL without QS {FinalURL}') + if os.path.exists(ProcessUtilities.debugPath): + logging.writeToFile(f'Request method {request.method.lower()}') + if request.method.lower() == 'post' or request.method.lower() == 'options': try: diff --git a/version.txt b/version.txt index 219bd2b80..bf9581ced 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -{"version":"2.3","build":5} \ No newline at end of file +{"version":"2.3","build":8} \ No newline at end of file