Json Payload #42
Answered
by
kursataktas
ansharfirman
asked this question in
Q&A
-
Hello, How to write cli command or load it from config file, if my curl like this
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
kursataktas
Jan 14, 2022
Replies: 1 comment
-
You can do this both with CLI or a Config file. CLI; Config File; config.json;
payload.json;
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kursataktas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ansharfirman
You can do this both with CLI or a Config file.
CLI;
ddosify -t http://localhost:8083/v2/school -p POST -h 'Content-Type:application/json' -b '{"name":"lorem ipsum", "grade": 1,}'
Config File;
ddosify -config config.json
config.json;
payload.json;