Siege with JSON POST data
This file contains 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
# 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"]}' |
I'm stuck while trying to make it work with a https url. http works fine, https gives no response. Any suggestions ?
helpful package! thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you :)