How can I log in to morningstar.com without using a headless browser such as selenium?
问题 I read the answer to the question: "How to “log in” to a website using Python's Requests module?" The answer reads: "Firstly check the source of the login form to get three pieces of information - the url that the form posts to, and the name attributes of the username and password fields." How can I see, what the name attributes for username and password are for this morningstar.com page? https://www.morningstar.com/members/login.html I have the following code: import requests url = 'http:/