Maxim Dobroselsky

Results 52 comments of Maxim Dobroselsky

I need to set custom credentials for NTLM/Negotiate authentication. From [the docs](https://justcoding121.github.io/Titanium-Web-Proxy/docs/api/Titanium.Web.Proxy.ProxyServer.html#Titanium_Web_Proxy_ProxyServer_EnableWinAuth) I see: > EnableWinAuth > Enable disable Windows Authentication (NTLM/Kerberos). Note: NTLM/Kerberos will always send local credentials of...

Are there any plans to provide simple way of doing it like Fiddler provides?

Hi, @andreasbalzer, Thanks for the provided failure log. I'll try to provide UWP compatible package. But please be patient, it's not super quick task :)

I'm going to dive into the task after 16 Dec after my vacation. From what I know I need to create developer account on Microsoft site to be able to...

Well, I've created developer account and run validation to see the same failures. I'm going to implement the system within the library to automatically create UWP compatible package.

@daltzctr Nothing done on UWP support, sorry. I'll think about a new package like Melanchall.DryWetMidi.Core which won't include any native parts.

@daltzctr Heh, you're faster then me :) Yes, you can use it, but it's not officially released yet, I'm still tweaking some parts to incorporate them propertly to the project...

@daltzctr Well, the [Melanchall.DryWetMidi.Nativeless](https://www.nuget.org/packages/Melanchall.DryWetMidi.Nativeless) package created and the version [6.1.2-prerelease2](https://www.nuget.org/packages/Melanchall.DryWetMidi.Nativeless/6.1.2-prerelease2) available on NuGet.

:rocket: **6.1.2 version is released now!** Prerelease NuGet packages will be unlisted soon, so please update the package references to the new version. Thanks for using the library!

I should notice that: 1. right now this logic implemented for Windows and macOS only; 2. implementation for Windows can be more accurate via usage of undocumented WinAPI functions `NtQueryTimerResolution`,...