qwzhou89
qwzhou89
have a try,pls values: example: '{$["no of connected clients"]}'
This can be achieved by combining several plugins, such as the following: ```yaml uri: /internal-check plugins: response-rewrite: headers: X-Api1-Status: '$status' status_code: 200 proxy-rewrite: uri: "/api1", upstream: nodes: - host: apisix...
> I've tried `ngx.var.*` and `ngx.ctx.*` to share info from 1st to 2nd plugin and that didn't work. You can refer this ```lua local body = core.response.hold_body_chunk(ctx) if not body...