How to parse authentication in a website that needs to login and parse its HTML content?

1

I need to parse the content of HTML tables of a website, but to access the page you need to sign in. How do I parse this login, this authentication? Can be with any parser. I've looked, but I have not found anything yet.

    
asked by anonymous 08.02.2017 / 02:11

1 answer

1

If there is no security against it (the site may simply require you to type), you can use the URL call in the following format:

  

link

There is a debate about this at this link here

    
08.02.2017 / 18:48