Postman send json str,but abnormal cut strings

Send raw JSON:

{
   "toolName":"2s_postman",
   "isPublic":true,
   "runType":"local",
   "runOS":"linux",
   "executeTimeout":60,
   "description":"性能测试",
   "tags":[
      "性能"
   ],
   "ownerIds":[
      "21"
   ],
   "inputParams":[

   ],
   "outputParams":[

   ],
   "language":"shell",
   "content":"sleep 2"
}

but get:

{
   "toolName":"2s_postman",
   "isPublic":true,
   "runType":"local",
   "runOS":"linux",
   "executeTimeout":60,
   "description":"性能测试",
   "tags":[
      "性能"
   ],
   "ownerIds":[
      "21"
   ],
   "inputParams":[

   ],
   "outputParams":[

   ],
   "language":"shell",
   "content":"   sle

sometime like this
image

Hey @miuchen,

Great to have you as part of this wonderful Postman community :trophy:

Are you able to provide some more context to this issue please?

Images of the problem would probably work better here and help show the problem.

Could you also add the OS and version of the app you’re seeing this in, all of these details will help others debug your problem.

finally,i find the answer.
because Header “content-length” is set.
thank you for reply

1 Like

content-length: 228
:joy:


unset is ok
how can i close this feedback?