mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #805] [CLOSED] [NEW PLUGIN] : adds http plugin #ieeesoc #1187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/805
Author: @Ayush3941
Created: 6/28/2025
Status: ❌ Closed
Base:
main← Head:Fix/630-adds-http-plugin📝 Commits (1)
cc79dd2Fix : #630 adds http plugin📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
http/http.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
closes #630
The
http_requestplugin allows agents to securely send HTTP GET and POST requests to arbitrary URLs. It supports dynamic headers, query parameters, and JSON bodies — all via structured string inputs. This is useful for integrations that require flexible API calls without hardcoding endpoints. The plugin includes robust URL safety checks (to prevent SSRF) and truncates non-textual or oversized responses, its light weight and flexible.4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
No personal data is collected. The plugin only processes input provided via tool parameters (
url,headers,params,body) and does not store or track user information.Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.