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 d51f570 commit bab7412Copy full SHA for bab7412
1 file changed
demo-bottle/index.py
@@ -36,9 +36,9 @@ def prepare_bottle_request(req):
36
'script_name': req.fullpath,
37
'get_data': req.query,
38
'post_data': req.forms,
39
- 'query_string': req.query_string,
40
# Uncomment if using ADFS as IdP, https://github.com/onelogin/python-saml/pull/144
41
- # 'lowercase_urlencoding': True
+ # 'lowercase_urlencoding': True,
+ 'query_string': req.query_string
42
}
43
44
0 commit comments