Skip to content

Commit 52aa705

Browse files
authored
Merge pull request #197 from subssn21/patch-1
https missing from request dict
2 parents b869578 + f78b940 commit 52aa705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ This parameter has the following scheme:
545545

546546
```javascript
547547
req = {
548+
"https": ""
548549
"http_host": "",
549550
"script_name": "",
550551
"server_port": "",
@@ -576,7 +577,7 @@ def prepare_from_flask_request(request):
576577
'post_data': request.form.copy()
577578
}
578579
```
579-
580+
The https dictionary entry should be set to on for https requests and off for http
580581

581582
#### Initiate SSO ####
582583

0 commit comments

Comments
 (0)