I've looked at all the other answers to this error from other posts and none of them have solved my issue.
I'm trying to read the html data from this website in various ways:
curl::curl("https://www.usnews.com/best-colleges/rankings/national-universities") %>% read_html()
url <- 'https://www.usnews.com/best-colleges/rankings/national-universities'
url('https://www.usnews.com/best-colleges/rankings/national-universities', "rb")
And they all give me the forbidden error. How can I work around this?