0

Hope you are fine. I am trying to web scrape a site and I am getting this error as a response, despite the fact I am logged in to the site.

I am trying in R Studio, using httr the following code:

library(httr)
temp.url.info<-GET("https://abc.defg.io/tab")
html.text<-html_nodes(content(temp.url.info),"body")

"We're sorry but Login doesn't work properly without JavaScript enabled. Please enable it to continue."

Using this httr VERB I get the tab in my default browser.

BROWSE("https://abc.defg.io/tab")

I enabled Javascript and removed the add blocker in Chrome. Also using a Mac. Just as described here How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App

Any idea?

zephryl
  • 14,633
  • 3
  • 11
  • 30
Phil C.
  • 11
  • 3

0 Answers0