notepad-plus-plus / wingup

WinGup - Generic Updater for Windows
http://wingup.org/
GNU Lesser General Public License v3.0
47 stars 31 forks source link

updates fail behind corporate proxies that require NTLM authentication #49

Closed gwinkless closed 10 months ago

gwinkless commented 11 months ago

Some corporate proxies use windows SSO using NTLM.

libcurl already has support for this baked in, but unfortunately by default the updater only allows BASIC authentication.

https://github.com/notepad-plus-plus/wingup/pull/48 fixes this for me.