Add http request node to workflow, how to configure and add local files #6158

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

Originally created by @wangyingle666 on GitHub (Oct 18, 2024).

Self Checks

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

Provide a description of requested docs changes

Add http request node to workflow, how to configure and add local files
image

Originally created by @wangyingle666 on GitHub (Oct 18, 2024). ### Self Checks - [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 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. ### Provide a description of requested docs changes Add http request node to workflow, how to configure and add local files ![image](https://github.com/user-attachments/assets/3443a946-9b3c-49de-a766-7cf115b64c36)
yindo closed this issue 2026-02-21 18:14:19 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Oct 18, 2024):

Hi @wangyingle666! I'm here to help you with any bugs, questions, or contributions you have. Let's get this issue sorted out together!

I found a similar unsolved discussion regarding adding local files to an HTTP request node in Dify. You can check it out here: HttpRequestNode parameter support file [1].

To configure an HTTP request node in a Dify workflow, you can follow these steps:

  1. Select the HTTP Request Node: Choose the HTTP request node in your workflow setup.
  2. Configure the Request Method: Select the appropriate HTTP request method (GET, POST, HEAD, PATCH, PUT, DELETE) based on your needs.
  3. Set the URL: Enter the URL to which the request will be sent.
  4. Add Request Headers: Configure any necessary request headers.
  5. Define Query Parameters: Add any query parameters required for the request.
  6. Specify the Request Body: If needed, provide the content for the request body.
  7. Authentication: Configure authentication information if the request requires it.
  8. Dynamic Variables: Optionally, insert dynamic variables into different parts of the request to customize it based on the scenario [2].

Unfortunately, I couldn't find specific documentation on adding local files to the HTTP request node in Dify. This feature might not be supported directly, or the documentation might not be available in the sources I have access to.

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Oct 18, 2024): <!-- Greeting --> Hi @wangyingle666! I'm here to help you with any bugs, questions, or contributions you have. Let's get this issue sorted out together! <!-- Answer --> I found a similar unsolved discussion regarding adding local files to an HTTP request node in Dify. You can check it out here: [HttpRequestNode parameter support file](https://github.com/langgenius/dify/discussions/4788) <sup>[[1]](https://github.com/langgenius/dify/discussions/4788)</sup>. To configure an HTTP request node in a Dify workflow, you can follow these steps: 1. **Select the HTTP Request Node**: Choose the HTTP request node in your workflow setup. 2. **Configure the Request Method**: Select the appropriate HTTP request method (GET, POST, HEAD, PATCH, PUT, DELETE) based on your needs. 3. **Set the URL**: Enter the URL to which the request will be sent. 4. **Add Request Headers**: Configure any necessary request headers. 5. **Define Query Parameters**: Add any query parameters required for the request. 6. **Specify the Request Body**: If needed, provide the content for the request body. 7. **Authentication**: Configure authentication information if the request requires it. 8. **Dynamic Variables**: Optionally, insert dynamic variables into different parts of the request to customize it based on the scenario <sup>[[2]](https://github.com/langgenius/dify-docs/blob/main/en/guides/workflow/node/http-request.md)</sup>. Unfortunately, I couldn't find specific documentation on adding local files to the HTTP request node in Dify. This feature might not be supported directly, or the documentation might not be available in the sources I have access to. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@guoshiqiufeng commented on GitHub (Oct 18, 2024):

现在好像不支持

@guoshiqiufeng commented on GitHub (Oct 18, 2024): 现在好像不支持
Author
Owner

@crazywoola commented on GitHub (Oct 18, 2024):

v0.10 beta

@crazywoola commented on GitHub (Oct 18, 2024): v0.10 beta
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#6158