{"id":15424452,"url":"https://github.com/egorbo/ntlmhttphandler","last_synced_at":"2025-04-19T15:49:43.689Z","repository":{"id":78506639,"uuid":"234079661","full_name":"EgorBo/NtlmHttpHandler","owner":"EgorBo","description":"NtlmHttpHandler allows to create NTLM-friendly http handlers for HttpClient.","archived":false,"fork":false,"pushed_at":"2021-10-06T12:05:02.000Z","size":12,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T21:30:38.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EgorBo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-15T12:49:52.000Z","updated_at":"2024-10-12T10:12:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"52c96507-5ce7-4128-8a6e-5301b2065b82","html_url":"https://github.com/EgorBo/NtlmHttpHandler","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"5a6027a151daf3557520ff342de05696f0daa04c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgorBo%2FNtlmHttpHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgorBo%2FNtlmHttpHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgorBo%2FNtlmHttpHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgorBo%2FNtlmHttpHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EgorBo","download_url":"https://codeload.github.com/EgorBo/NtlmHttpHandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249730644,"owners_count":21317327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:47:00.786Z","updated_at":"2025-04-19T15:49:43.670Z","avatar_url":"https://github.com/EgorBo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NtlmHttpHandler\nNtlmHttpHandler allows to create NTLM-friendly http handlers for HttpClient.\nIt creates an instance of legacy WebRequest-based HttpHandler for Xamarin.Android and a modern SocketHandler-based `HttpClientHandler` for other platforms.\n\nNuget: https://www.nuget.org/packages/NtlmHttpHandler/\n\nUsage:\n```csharp\nvar handler = NtlmHttpHandlerFactory.Create();\nhandler.Credentials = new NetworkCredential(\"user\", \"psw\", \"domain\"); // or via CredentialCache\nvar httpClient = new HttpClient(handler);\n```\n\nFor `Link All` or `Link SDK assemblies only` modes you need to preserve the following items [via XML](https://docs.microsoft.com/en-us/xamarin/cross-platform/deploy-test/linker):\n```xml\n\u003clinker\u003e\n    \u003cassembly fullname=\"System.Net.Http\"\u003e\n        \u003ctype fullname=\"System.Net.Http.HttpClientHandler*\" /\u003e\n        \u003ctype fullname=\"System.Net.Http.MonoWebRequestHandler*\" /\u003e\n    \u003c/assembly\u003e\n\u003c/linker\u003e\n```\n\nFor `Release` mode and Xamarin.Android don't forget to enable \"Internet\" permission in Android Manifest.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegorbo%2Fntlmhttphandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegorbo%2Fntlmhttphandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegorbo%2Fntlmhttphandler/lists"}