-
Notifications
You must be signed in to change notification settings - Fork 84
Better proxy support #23
Comments
Dependent on kennethreitz/requests#1582 |
Possibly could use requests/requests-ntlm. |
since 2(?) weeks I cannot upload wakatimes through a proxy. It worked before. the log show errors like this:
|
That's not a proxy problem, that's a bug in the Visual Studio plugin version that you're using. Please upgrade WakaTime in Visual Studio to the latest version 8.0.4 to fix it. |
this is/was 8.0.4:
|
@rs38 How did you setup wakatime config proxy? |
@rs38 Your first message shows P.S. This issue is for adding windows domain support to the proxy config, so please email us at support@wakatime.com or create a different issue so we can continue helping. |
no it still does not work. Not sure when it updated. |
@gandarez http(s)://user:passw@proxy:81 |
Latest master adds support for NTLM proxies, anyone have a corporate network they could test this out on? |
Fixed with v6.2.3. |
Currently proxy support is handled with requests, but only simple HTTP Basic Auth is supported.
Support for other proxy schemes is needed, such as domain auth:
https://domain\user:pass@address:port
The text was updated successfully, but these errors were encountered: