Logging in to a web site with Python (urllib,urllib2,cookielib): How does one find necessary information for submission?
问题 Preface: I understand that there are many responses for similar questions such as this on stack overflow. However, I haven't found anything relating to aspx log ins, nor an exact case such as this. Problem: I need to determine what information is necessary in order to log in to https://cableone.net/login.aspx in order to scrape information from there. Progress: Thus far I have found input fields in the source of login.aspx and have scrapped together a script in python with urllib,urllib2,and