Skip to content

Instantly share code, notes, and snippets.

@gszr
Created October 16, 2025 12:46
Show Gist options
  • Save gszr/73153c89f61c4f2ef67d0429525fbea2 to your computer and use it in GitHub Desktop.
Save gszr/73153c89f61c4f2ef67d0429525fbea2 to your computer and use it in GitHub Desktop.
Callout Add Header
{
"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