-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send Basic Auth credentials in an Authorization header (#208)
* Send Basic Auth credentials in an Authorization header The username and password are currently sent as a part of the url. This can be a challenge if the url need to be percent encoded. The username and password also need to be percent encoded then. It is easier to send username and password in the Authorization header. Note that this will change the behaviour of `ClientRequent.url`.
- Loading branch information
RudraniW
authored and
Pushkar N Kulkarni
committed
Jul 24, 2019
1 parent
dfdbff2
commit ee75eeb
Showing
2 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters