Skip to content

Instantly share code, notes, and snippets.

@pkdavies
Created November 22, 2018 13:36
Show Gist options
  • Save pkdavies/3708f2b9ac57bea3cb884b3b3a9618b3 to your computer and use it in GitHub Desktop.
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
#!/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