添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Hi all,

First q here so bear with me if I get it wrong.

I'm having issues with my connection to URLs and not sure why as I can load sites in my browser but not retrieve them through R. This happens intermittently...

library(httr)
qhand <- "http://isc.sans.edu/api/handler"
GET(url=qhand)

Console Returns:

Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Connection timed out after 10000 milliseconds

Thanks for you help!

library(httr)
set_config(
  use_proxy(url="your.proxy.ip", port="port", username="user",password="password")