Answer the question
In order to leave comments, you need to log in
How to make an authorization on the site, through redirection to the ESIA (Government Services)?
The site can only be accessed through redirection to the ESIA (government services portal). That is, you are redirected to the authorization site
def main():
s = requests.Session()
r = s.post('https://login.dnevnik.ru/login', data = {'login':'login', 'password':'pass'})
r = s.get('https://dnevnik.ru/user')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question