requests-gssapi icon indicating copy to clipboard operation
requests-gssapi copied to clipboard

Proxy support

Open christophvw opened this issue 4 years ago • 3 comments
trafficstars

As it looks like that requests-kerberos is dead it might be a good idea to adapt this patch to get proxy support here: https://github.com/requests/requests-kerberos/issues/148

When installing requests-gssapi I noticed the following: Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1

To get proper proxy support urlib3 >= 1.26 will be required.

christophvw avatar Apr 23 '21 12:04 christophvw

https://github.com/pythongssapi/requests-gssapi/pull/36

christophvw avatar Apr 27 '21 10:04 christophvw

Note that requests-gssapi doesn't currently have a dependency on urllib3 directly. If it's important we could add one.

frozencemetery avatar Apr 27 '21 15:04 frozencemetery

It looks like my patch works with http only, https failed in my tests. :/

christophvw avatar Apr 28 '21 05:04 christophvw