HTTPS/Authenticated: Difference between revisions

Content added Content deleted
(Add Rust implementation)
m (→‎{{header|Phix}}: fixed libheader)
Line 383: Line 383:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|libcurl}}
{{libheader|Phix/libcurl}}
Exactly the same as the [[HTTP#Phix]] task.
Exactly the same as the [[HTTP#Phix]] task.
You can of course use curl_easy_setopt(curl,CURLOPT_USERPWD,"user:password") rather than embed that in the url.
You can of course use curl_easy_setopt(curl,CURLOPT_USERPWD,"user:password") rather than embed that in the url.