I need a way to send link multiple times without changing any requests.
Currently I've been using Charles Proxy - I get the request from an iphone app so I can repeat it on my computer. Charles Proxy repeats as many times as necessary, but with a certain delay between requests. I noticed that the server does not accept the same request if it is sent after 200ms. So I needed a program or other medium that could send 30 requests, for example, all at the same time, without delay. Is there any way to accomplish this?
I have no control over the server, which is not mine. I just get ready-made iphone requests and I repeat on windows.