Use a proxy for a request
Arguments
- req
A httr2 request object.
- url, port
Location of proxy.
- username, password
Login details for proxy, if needed.
- auth
Type of HTTP authentication to use. Should be one of the following:
basic,digest,digest_ie,gssnegotiate,ntlm,any.
Examples
# Proxy from https://www.proxynova.com/proxy-server-list/
if (FALSE) { # \dontrun{
request("http://hadley.nz") |>
req_proxy("20.116.130.70", 3128) |>
req_perform()
} # }
