Skip to content

Instantly share code, notes, and snippets.

@MikeNGarrett
Last active May 17, 2023 06:54
Embed
What would you like to do?
Siege with JSON POST data
# Changed to use content-type flag instead of header: -H 'Content-Type: application/json'
siege -c50 -t60S --content-type "application/json" 'http://domain.com/path/to/json.php POST {"ids": ["1","2","3"]}'
@quydau35
Copy link

helpful package! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment