2021年4月4日星期日

How can you send multiple requests with requests.post?

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
})

https://stackoverflow.com/questions/66947803/how-can-you-send-multiple-requests-with-requests-post April 05, 2021 at 11:07AM

没有评论:

发表评论