RCurl (version 1.98-1.1)

AUTH_ANY: Constants for identifying Authentication Schemes

Description

These variables are symbolic constants that allow use to specify different combinations of schemes for HTTP authentication in a request to a Web server. We can combine them via the | operator to indicate that libcurl should try them in order until one works.

Arguments

Examples

Run this code
# NOT RUN {
   AUTH_BASIC | AUTH_DIGEST
# }

Run the code above in your browser using DataCamp Workspace