Web Scraping Using Hidden Login Sessions

Asked 2 years ago, Updated 2 years ago, 20 views

https://data.icao.int/WASA/Account/Login

You want to use a login session to do web scraping (Mac, Python+Beautiful Soup). However, unlike the usual homepage, when you click on the login screen, a new pop-up window appears and you enter your ID and password. When I try to analyze elements through developer tools in Chrome, the password input tag does not come out. How can I activate my login in this case?

python

2022-09-22 18:47

1 Answers

The site does not hide sessions or pop-ups appear, but uses a method called Basic authorization. Will this answer be a hint?


2022-09-22 18:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.