Python Forum
Async API request and NTLM authentication
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Async API request and NTLM authentication
#1
Hello everyone,

I want to hit APIs asynchronously along with NTLM authentication. Could you please suggest the best way to do so?

What I have tried so far -

1. requests module - It supports NTLM auth but not async
2. aiohttp module - It supports async but not NTLM (only Basic Auth)
3. httpx module - Facing issues with NTLM auth

Please suggest if there is any workaround.

Thank you,
Himanshu.
Reply


Messages In This Thread
Async API request and NTLM authentication - by himanshuj89 - Nov-05-2022, 02:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Why does await only work in async? n4te99 0 1,690 Jan-19-2021, 09:46 AM
Last Post: n4te99
  PEP 492 - Coroutines [async/await] nilamo 4 6,361 Oct-05-2016, 06:05 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020