We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d2ac8 commit 6fd2a4aCopy full SHA for 6fd2a4a
demo-flask/index.py
@@ -21,7 +21,7 @@ def prepare_flask_request(request):
21
return {
22
"https": "on" if request.scheme == "https" else "off",
23
"http_host": request.host,
24
- "script_name": request.path,
+ "script_name": request.root_path + request.path,
25
"get_data": request.args.copy(),
26
# Uncomment if using ADFS as IdP, https://github.com/onelogin/python-saml/pull/144
27
# 'lowercase_urlencoding': True,
0 commit comments