mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
feat: upgrade streamable http client
This commit is contained in:
@ -127,6 +127,7 @@ def create_ssrf_proxy_mcp_http_client(
|
||||
"verify": HTTP_REQUEST_NODE_SSL_VERIFY,
|
||||
"headers": headers or {},
|
||||
"timeout": timeout,
|
||||
"follow_redirects": True, # Enable redirect following for MCP connections
|
||||
}
|
||||
|
||||
if dify_config.SSRF_PROXY_ALL_URL:
|
||||
|
||||
Reference in New Issue
Block a user