Ability to support variable in the URL for HTTP Node. (#5284)

Co-authored-by: Bharath <bharathmuthyala@gmail.com>
This commit is contained in:
Bharath 2025-10-06 16:43:48 +04:00 committed by GitHub
parent 1a410d84ac
commit a38d37f4b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ class HTTP_Agentflow implements INode {
{
label: 'URL',
name: 'url',
type: 'string'
type: 'string',
acceptVariable: true
},
{
label: 'Headers',