mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Ability to support variable in the URL for HTTP Node. (#5284)
Co-authored-by: Bharath <bharathmuthyala@gmail.com>
This commit is contained in:
@@ -67,7 +67,8 @@ class HTTP_Agentflow implements INode {
|
|||||||
{
|
{
|
||||||
label: 'URL',
|
label: 'URL',
|
||||||
name: 'url',
|
name: 'url',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
acceptVariable: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Headers',
|
label: 'Headers',
|
||||||
|
|||||||
Reference in New Issue
Block a user