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.
2 parents b869578 + f78b940 commit 52aa705Copy full SHA for 52aa705
1 file changed
README.md
@@ -545,6 +545,7 @@ This parameter has the following scheme:
545
546
```javascript
547
req = {
548
+ "https": ""
549
"http_host": "",
550
"script_name": "",
551
"server_port": "",
@@ -576,7 +577,7 @@ def prepare_from_flask_request(request):
576
577
'post_data': request.form.copy()
578
}
579
```
-
580
+The https dictionary entry should be set to on for https requests and off for http
581
582
#### Initiate SSO ####
583
0 commit comments