You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok("https://google.com", useragent="hello world", verbose=TRUE)
#> > HEAD / HTTP/1.1#> Host: google.com#> User-Agent: hello world
in your eg url above, i guess we can't do anything automatically, but we can document this. for example, tell users that a FALSE may be incorrect depending on their use case, e.g, if they want to know if curl based scraping will work without fiddling with curl options, then the FALSE is probably correct, but if they want to fiddle with curl options, then first step would be to send verbose=TRUE so they can see whats going on with any redirects and headers. And then talk about user agent strings and some websites blocking based on user agent strings.
Created on 2019-11-13 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: