I try to autofill the form. What's the problem with that code:
import requests
link = "https://e.mospolytech.ru/old/lk_api.php"
data = {"ulogin": "sssss", "upassword": "1223"}
response = requests.post(link, data=data)
I try to autofill the form. What's the problem with that code:
import requests
link = "https://e.mospolytech.ru/old/lk_api.php"
data = {"ulogin": "sssss", "upassword": "1223"}
response = requests.post(link, data=data)