Describe the problem.
Hi to all!!!! I´m very new with scraper.
Can I go behind of a web page that has a user and password? I login as a user and not as an admin.
If so where can I add the user and password?
Sitemap:
{id:"sitemap code"}
Describe the problem.
Hi to all!!!! I´m very new with scraper.
Can I go behind of a web page that has a user and password? I login as a user and not as an admin.
If so where can I add the user and password?
Sitemap:
{id:"sitemap code"}
Most modern websites use token-based authentication, so that means you only need to login once BEFORE you start scraping. Make sure your Starturl is also at the correct url, e.g. the landing page after you login.