Skip to content

Commit

Permalink
release v2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Oct 31, 2024
1 parent 1dc3c9d commit d747b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CyberCP/secMiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __call__(self, request):
# if os.path.exists(ProcessUtilities.debugPath):
# logging.writeToFile(f'Final actual URL without QS {FinalURL}')

if request.method == 'POST':
if request.method == 'POST' or request.method == 'OPTIONS':
try:

# logging.writeToFile(request.body)
Expand Down

0 comments on commit d747b62

Please sign in to comment.