Skip to content

windows authentication #3

Description

@dragouf

great example. Just a not, in a windows authentication (NTLM) network, just do that :

private static readonly HttpClient _httpClient = new HttpClient(new HttpClientHandler { UseDefaultCredentials = true });

to transfer authentication with the request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions