Skip to content

Instantly share code, notes, and snippets.

@gszr
Created March 12, 2025 19:15
Show Gist options
  • Save gszr/1ed8b900e9c25190a49b2369a3557efb to your computer and use it in GitHub Desktop.
Save gszr/1ed8b900e9c25190a49b2369a3557efb to your computer and use it in GitHub Desktop.
{
"name": "request-callout",
"config": {
"callouts": [
{
"name": "callout1",
"request": {
"url": "http://httpbin.org/anything",
"method": "GET"
},
"response": {
"body": {
"decode": false
}
}
}
],
"upstream": {
"by_lua": "kong.service.request.set_raw_body(kong.ctx.shared.callouts.callout1.response.body)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment