5 ms·
Without knowing exactly how he did it I assume this is possible by doing a POST with cURL inside a loop or with parallel. You can then get the exact request by
by gislifb 11y ago
Without knowing exactly how he did it I assume this is possible by doing a POST with cURL inside a loop or with parallel.
You can then get the exact request by using Chrome developer-tools. (Find the POST-request in the network-tab, right-click and select copy as cURL)