Created
November 22, 2018 13:36
-
-
Save pkdavies/3708f2b9ac57bea3cb884b3b3a9618b3 to your computer and use it in GitHub Desktop.
This tests a connection to a site to see at what point requests are denied by a rate limiting service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for ((i=1;i<=50;i++)); do curl -v --header "Connection: keep-alive" "https://www.CLIENT.com/endpoint"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment