I am trying to do multiple POST on a server using the requests module, with MultipartEncoder as data=. Now, the first attempt always succeeds, but on the second and any attempt onwards, it fails. I had also provided ample timeouts and even a time.sleep on it but nothing works.
I have it on a for loop so that I can recreate a payload and attach images based on a csv that I have.