ntlm 1.0.1 copy "ntlm: ^1.0.1" to clipboard
ntlm: ^1.0.1 copied to clipboard

outdated

NTLM authentication for Dart/Flutter

example/ntlm_example.dart

import 'package:ntlm/ntlm.dart';

main() {
  NTLMClient client = new NTLMClient(
    domain: "",
    workstation: "LAPTOP",
    username: "User208",
    password: "password",
  );

  client.get("https://example.com/").then((res) {
    print(res.body);
  });
}
8
likes
0
points
442
downloads

Publisher

verified publishermrbbot.dev

Weekly Downloads

NTLM authentication for Dart/Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fixnum, http, pointycastle, utf

More

Packages that depend on ntlm