Commit 06bc73a
HK
proxy authentification fix
using a proxy with username and password authentification needing the username:password being base64 encoded
Syntax:
Proxy-Authorization: <type> <credentials>
example:
Proxy-Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l
this fix1 parent f69d3ed commit 06bc73a
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1230 | 1230 | | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | | - | |
1234 | | - | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
1235 | 1238 | | |
1236 | 1239 | | |
1237 | 1240 | | |
| |||
0 commit comments