Skip to content

Commit

Permalink
euh...
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Jan 30, 2024
1 parent c2e85f9 commit a270ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def check_auth():
def check_auth_vnc():
headers = dict(request.headers)
logger.critical(headers)
uri = str(request.headers.get("uri"))
uri = str(request.headers.get("X-Original-Uri"))
logger.critical(uri)
uri = "/test?=token"
part_after_equal = uri.split('=', 1)[1]
Expand Down

0 comments on commit a270ead

Please sign in to comment.