Examples for 'httr::authenticate'


Use http authentication.

Aliases: authenticate

Keywords:

### ** Examples

## Not run: 
##D GET("http://httpbin.org/basic-auth/user/passwd")
##D GET(
##D   "http://httpbin.org/basic-auth/user/passwd",
##D   authenticate("user", "passwd")
##D )
## End(Not run)

[Package httr version 1.4.7 Index]