It doesn't seem that this parser is supported in bs4
https://www.crummy.com/software/Beau...lling-a-parser...
User Profile
Collapse
-
Submit a post request to an asp.net form
Using requests & beautiful soup to make a post request to an asp.net form However I've no luck in actually posting the website keeps redirecting to the login screen
this is how I build the form data
...Code:soup = BeautifulSoup(page.content,features="lxml") viewstate = soup.select_one("#__VIEWSTATE")["value"] viewstategenerator = soup.select_one("#__VIEWSTATEGENERATOR")["value"]
No activity results to display
Show More
Leave a comment: