Created
October 16, 2025 12:46
-
-
Save gszr/73153c89f61c4f2ef67d0429525fbea2 to your computer and use it in GitHub Desktop.
Callout Add Header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "request-callout", | |
| "config": { | |
| "callouts": [ | |
| { | |
| "name": "simple", | |
| "request": { | |
| "url": "https://<callout server>:8080/anything", | |
| "method": "GET" | |
| } | |
| } | |
| ], | |
| "upstream": { | |
| "headers": { | |
| "custom": { | |
| "uuid": "$(callouts.simple.response.body.uuid)" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment