mrbbot / ntlm

🔐 NTLM authentication for Dart/Flutter.
https://pub.dev/packages/ntlm
The Unlicense
14 stars 15 forks source link

Connection closed before full header was received #15

Closed albatrosify closed 3 years ago

albatrosify commented 3 years ago

Hello,

I am trying to include NTLM Authentication for InAppWebView for the intranet of my company. However when I create a new NTLMClient and direct it to out 401 Unauthorized page, I am getting multiple excpetions starting with Connection closed before full header was received.

Do you have any idea what I can do to fix this?

A simple http.get with same cookies and url, gets me the 401 Unauthroized page.

mrbbot commented 3 years ago

It looks like you've opened the same issue twice. I'm closing this in favour of #16.