I want to send multiple requests to a website using requests.post. How can I do this? Do I have to use range() or should I use something else?
Here is my source code:
requests.post(url, allow_redirects=False, data={
'{usernameInput}': username,
'{passwordInput}': password
})
没有评论:
发表评论