I'm trying to extract the information from the siconv site that deals with covenants in R:
It turns out that when I use R, with the rvest and httr packages, it redirects to the login screen located at link .
I tried to use something about JavaScript that you have in this post ( link ) but without success as well.
I still do not have great know-how on the subject of Web Scraping in R, but I know how to turn around with some things. My idea with capturing in Siconv is to make a yearly search of the available programs in the future. But at first, I would have to have the same output as I have in navigating within the R. The site quoted above offers data to download, but my intention is to get some information that is not in the downloaded data.
I think the site uses cookies or something to make sure it is a computer and then grants access to the form. I need at least get this form. If anyone has any ideas to give me about it.