"The HTTP request in the workflow cannot be saved." #2999

Closed
opened 2026-02-21 17:52:33 -05:00 by yindo · 0 comments
Owner

Originally created by @xiaodong-l on GitHub (May 7, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a quesion, 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).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.6

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

"After closing, the HTTP request module in the workflow automatically resets the POST request to GET, and it cannot save the BODY and API authentication."

✔️ Expected Behavior

To address the mentioned issues:

1.Automatic Reset to GET Request: You need to ensure that the workflow or the HTTP request module retains the selected method (POST) even after closing. This might involve checking for any settings or configurations that reset the method to GET upon closure and modifying them accordingly.
2.Inability to Save BODY and API Authentication: You can troubleshoot this by examining the settings related to saving request configurations in the HTTP request module. Ensure that the module supports saving and retrieving request bodies and authentication credentials. If not, you might need to explore alternative modules or custom solutions that provide this functionality.

Actual Behavior

No response

Originally created by @xiaodong-l on GitHub (May 7, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, 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] Pleas do not modify this template :) and fill in all the required fields. ### Dify version 0.6.6 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce "After closing, the HTTP request module in the workflow automatically resets the POST request to GET, and it cannot save the BODY and API authentication." ### ✔️ Expected Behavior To address the mentioned issues: 1.Automatic Reset to GET Request: You need to ensure that the workflow or the HTTP request module retains the selected method (POST) even after closing. This might involve checking for any settings or configurations that reset the method to GET upon closure and modifying them accordingly. 2.Inability to Save BODY and API Authentication: You can troubleshoot this by examining the settings related to saving request configurations in the HTTP request module. Ensure that the module supports saving and retrieving request bodies and authentication credentials. If not, you might need to explore alternative modules or custom solutions that provide this functionality. ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 17:52:33 -05:00
yindo closed this issue 2026-02-21 17:52:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#2999