Replies: 2 comments 2 replies
-
Hey @espy19, that sounds like a great idea. What I think I would do is add two methods:
Does that sound like a plan? |
Beta Was this translation helpful? Give feedback.
2 replies
-
FYI: #130 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Just like
BasicAuth()
andOAuth2()
, can we have something likeNtlm()
so that the HTTP request uses the credentials of the current user? I can achieve this currently by passing my ownHttpClient
object (created usingCredentials = CredentialCache.DefaultNetworkCredentials
) but theNtlm()
wrapper could make it even easier.Beta Was this translation helpful? Give feedback.
All reactions