requests sent via post are not causing any updates in the backend #60
-
hi The output is as below
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi @suvinad
Ddosify prints the current situation every 1.5 seconds. Since your scenario has 14 steps, it takes longer to complete a run.
As far as I can see all steps received HTTP response with status codes. So your server has received the requests and sent the response. But the configuration files contain errors;
If Ddosify receives the response from the endpoint, then it marks that request as Successful no matter the status code. After that fixes if you need more help, don't hesitate to contact us on Discord. We can help you faster in there. |
Beta Was this translation helpful? Give feedback.
-
hi @kursataktas thank you for giving me a hint on the type of body the server expects, i replaced it with this is what i did for it to work:
|
Beta Was this translation helpful? Give feedback.
-
hi @kursataktas i had a couple of questions based on my load run(attached output) and based on the scenario in the config file ( attached)
10.Is there a way to get the content of the response in terms of response headers,response data for every request |
Beta Was this translation helpful? Give feedback.
-
Hi @suvinad
|
Beta Was this translation helpful? Give feedback.
Hi @suvinad
Ddosify prints the current situation every 1.5 seconds. Since your scenario has 14 steps, it takes longer to complete a run.
As far as I can see all steps received HTTP response with status codes. So your server has received the requests and sent the response. But the configuration files contain errors;
h2: true
field.