-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
(httpx version 0.16.1)
Hi guys, great package!
When I try to replace aiohttp by httpx I encounter the following problem:
When using aiohttp and requesting data from some WebAPI, it is sufficient to provide a Bearer token in the headers for some post request with
headers = { 'Authorization': "Bearer xyz"}
However, for the same url, data and additional header key-value pairs, this does not work with httpx.
Does somebody know how this can work?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels