Failed to pass parameters to HTTP node formdata in workflow #14979

Closed
opened 2026-02-21 19:19:38 -05:00 by yindo · 3 comments
Owner

Originally created by @yadanchina on GitHub (Jun 28, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.5

Cloud or Self Hosted

Cloud

Steps to reproduce

The workflow in the online dify uses HTTP nodes to transmit formdata, but parameter transmission fails. There is no problem using other localized versions of HTTP nodes

✔️ Expected Behavior

http node formdata success

Actual Behavior

http node formdata error

Originally created by @yadanchina on GitHub (Jun 28, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.5 ### Cloud or Self Hosted Cloud ### Steps to reproduce The workflow in the online dify uses HTTP nodes to transmit formdata, but parameter transmission fails. There is no problem using other localized versions of HTTP nodes ### ✔️ Expected Behavior http node formdata success ### ❌ Actual Behavior http node formdata error
yindo added the cloud label 2026-02-21 19:19:38 -05:00
yindo closed this issue 2026-02-21 19:19:38 -05:00
Author
Owner

@yadanchina commented on GitHub (Jun 28, 2025):

http debug look check form-data change application/x-www-form-urlencoded

@yadanchina commented on GitHub (Jun 28, 2025): http debug look check form-data change application/x-www-form-urlencoded
Author
Owner

@crazywoola commented on GitHub (Jun 29, 2025):

Please provide some payload or screenshots in the description.

@crazywoola commented on GitHub (Jun 29, 2025): Please provide some payload or screenshots in the description.
Author
Owner

@yadanchina commented on GitHub (Jul 2, 2025):

This API is the interface I wrote for uploading files using node. It was tested successfully using Postman, but it cannot be accessed using HTTP nodes. The subsequent API will parse the form data and use Busboy to obtain it normally. Previously, I used Multer to parse it

@yadanchina commented on GitHub (Jul 2, 2025): This API is the interface I wrote for uploading files using node. It was tested successfully using Postman, but it cannot be accessed using HTTP nodes. The subsequent API will parse the form data and use Busboy to obtain it normally. Previously, I used Multer to parse it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#14979