How to perform with parser authentication on a site that needs to login and parse its HTML content?

Asked

Viewed 225 times

1

I need to parse the content of HTML tables of a website, but to access the page it is necessary to login. How do I parser this login, this authentication? It could be any parser. I’ve looked, but I haven’t found anything yet.

Login por alert

  • As is the login of this page, it is an html form, or an http authentication?

  • When entering it opens an "Alert" with the fields to fill. I’m still new with parsers and it’s the first time dealing with login.. I will check more thoroughly to inform you about the type of authentication in more detail

  • This window is called HTTP Authentication, just to better conceptualize,

1 answer

1


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

https://user:[email protected]/

There is a debate on this link here

  • Thank you so much! You have SSL error Handshake now, which I will search to fix. Thanks for helping Rodrigo!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.