Commit 3e15e4b
authored
refactor: replace calls to
The `Uri.EscapeUriString()` method converts a URI string into its escaped representation. However, this API is obsolete as it can corrupt URIs in some cases. The safer alternative is `Uri.EscapeDataString()`.Uri.EscapeDataString() with Uri.EscapeUriString()
1 parent 97d9aae commit 3e15e4b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments