Skip to content

Does the curl plugin actually pay attention to .curlrc ? #1648

Answered by geneticdrift
GK-774 asked this question in Q&A
Discussion options

You must be logged in to vote

As far as I can tell .curlrc is only read by the curl command line tool but not by libcurl.

MPD does set the .netrc option to CURL_NETRC_OPTIONAL, but it is limited to user name and password:

CURLOPT_NETRC

Only machine name, user name and password are taken into account (init macros and similar things are not supported).

easy.SetOption(CURLOPT_NETRC, 1L);

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@MaxKellermann
Comment options

@jcorporation
Comment options

Answer selected by GK-774
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants