You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Hello!
Trying to use gRPC plugin for some perfomance testing on our server.
I'm trying to send some JSON with several fields for request e.g. :
{
"filterByStatus": [],
"totalsByStatus": [],
"date": "2021-07-28T00:00:00.000Z",
"offset": 0,
"limit": 12,
"sortBy": "",
"sortDirectionDesc": false,
"vName": "",
...
"lName": ""
}
this is general request to get everything for current date.
So, i've added View Results Tree sampler for debug and it show me request body as:
{
"date": "2021-07-28T00:00:00Z",
"limit": 12
}
I need send all fields, because in over case server just returns me OK. 200. instead of data set.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
Trying to use gRPC plugin for some perfomance testing on our server.
I'm trying to send some JSON with several fields for request e.g. :
{
"filterByStatus": [],
"totalsByStatus": [],
"date": "2021-07-28T00:00:00.000Z",
"offset": 0,
"limit": 12,
"sortBy": "",
"sortDirectionDesc": false,
"vName": "",
...
"lName": ""
}
this is general request to get everything for current date.
So, i've added View Results Tree sampler for debug and it show me request body as:
{
"date": "2021-07-28T00:00:00Z",
"limit": 12
}
I need send all fields, because in over case server just returns me OK. 200. instead of data set.
Could you please help me solve this problem ?
Beta Was this translation helpful? Give feedback.
All reactions