Expensive,
I'm trying to do a log conference in the website CREA-RS , but every time it is giving the following error:
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached
Does anyone know what might be happening? The R is connecting normal to the internet. Here is the code I am trying to run:
b2 <- "http://apolo.crea-rs.org.br/apoloaplsrv01/servlet/org.crears.apolo.prod.hsel_profis_consulta_site?,0"
r <- POST(b2, encode = 'form', body = list("_PRF_NROCPF" = 12345678910))