Skip to content

Commit

Permalink
add improvments for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 24, 2024
1 parent 293dfc7 commit 317b5f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CyberCP/secMiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ def __call__(self, request):

from plogical.processUtilities import ProcessUtilities

if os.path.exists(ProcessUtilities.debugPath):
logging.writeToFile(request.build_absolute_uri())
# if os.path.exists(ProcessUtilities.debugPath):
# logging.writeToFile(request.build_absolute_uri())

FinalURL = request.build_absolute_uri().split('?')[0]

if os.path.exists(ProcessUtilities.debugPath):
logging.writeToFile(f'Final actual URL without QS {FinalURL}')
# if os.path.exists(ProcessUtilities.debugPath):
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')

if request.method == 'POST':
try:
Expand Down

0 comments on commit 317b5f1

Please sign in to comment.