Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Processor: dynamic request.url #1495

Closed
lovromazgon opened this issue Apr 16, 2024 · 0 comments · Fixed by #1498
Closed

HTTP Processor: dynamic request.url #1495

lovromazgon opened this issue Apr 16, 2024 · 0 comments · Fixed by #1498
Assignees
Labels
feature New feature or request

Comments

@lovromazgon
Copy link
Member

Feature description

The parameter request.url is currently a static string, which means that building the URL using data taken from the record is not possible. We should evaluate the parameter as a Go template, to enable this functionality. It is particularly useful when query parameters need to be set dynamically.

Example:

request.url: "http://example.com/{{.Payload.After.something}}"
@lovromazgon lovromazgon added feature New feature or request triage Needs to be triaged labels Apr 16, 2024
@lovromazgon lovromazgon modified the milestone: 0.10.0 Apr 16, 2024
@lovromazgon lovromazgon moved this from Triage to Todo in Conduit Main Apr 16, 2024
@lovromazgon lovromazgon removed the triage Needs to be triaged label Apr 16, 2024
@maha-hajja maha-hajja self-assigned this Apr 16, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Conduit Main Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants