Closed wpcarro closed 6 years ago
I guess that if the backend is url.el
, then auth-sources
will start and use netrc if this is how it is configured: check the value of auth-sources
.
Oh great, auth-sources
seems to be pulling from ~/.netrc
... I have:
("~/.authinfo" "~/.authinfo.gpg" "~/.netrc")
Thanks for the guidance.
@wpcarro Can we close this issue now?
Resolved, @alphapapa. Apologies for not making that more clear.
No prob, I'm just a fellow user who happened to see this issue.
I was wondering if
request
was pulling -- or could be configured to pull -- values from a user's~/.netrc
file if available. This is similar to whathttpie
does on the command line and would be great if it was available!