I am using R 3.4.4., Os windows 7.
I want to use rvest to make a session and scrape some data. Here is my code:
sess<- html_session("https://www.tomato.com.hr/telefonski-imenik", encoding = "UTF-8")
test <- read_html(sess, encoding = "UTF-8")
If you look at test it says:
[2] <body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: 9986573 ...
does it mean that the site has some kind of protection or there is some other problem?