Skip to content

Instantly share code, notes, and snippets.

@vasco-santos
Created October 19, 2022 09:14
Show Gist options
  • Save vasco-santos/8305014b36428efb0ebe39158738964f to your computer and use it in GitHub Desktop.
Save vasco-santos/8305014b36428efb0ebe39158738964f to your computer and use it in GitHub Desktop.
Rate Limit testing for w3link
for i in {1..500}; do curl -svo /dev/null/ -H "requestflood: true" -H 'Cache-Control: no-cache' "https://bafkreidyeivj7adnnac6ljvzj2e3rd5xdw3revw4da7mx2ckrstapoupoq.ipfs.w3s.link/" 2>&1 | grep "< HTTP"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment