Commit 7b0b32a
Set the HTTPS server variables as lower case
System.Web.WorkerRequest checks if the HTTPS server variable equals "on" to determine if a request IsSecure. This check is case sensitive. When this check fails the Request.Url is returned without https.
https://referencesource.microsoft.com/#System.Web/WorkerRequest.cs,620f7ba6569593881 parent 4444f94 commit 7b0b32a
File tree
2 files changed
+4
-4
lines changed- src/Microsoft.AspNetCore.SystemWebAdapters/Adapters
- test/Microsoft.AspNetCore.SystemWebAdapters.Framework.Tests
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments