Self Checks
Dify version
1.13.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When using the raw JSON format in the HTTP Request node to send POST requests,if I reference a variable from the previous node whose value is an empty list [],the empty list will be rendered as blank content in the final request body.
This causes invalid JSON format (extra illegal comma),triggers a 400 parameter parsing error and request failure.
✔️ Expected Behavior
Success request
❌ Actual Behavior
No response
Self Checks
Dify version
1.13.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When using the raw JSON format in the HTTP Request node to send POST requests,if I reference a variable from the previous node whose value is an empty list [],the empty list will be rendered as blank content in the final request body.
This causes invalid JSON format (extra illegal comma),triggers a 400 parameter parsing error and request failure.
✔️ Expected Behavior
Success request
❌ Actual Behavior
No response