shreemaan-abhishek commented on issue #9530:
URL: https://github.com/apache/apisix/issues/9530#issuecomment-1566871710
@cverdela by the way, you can use the `serverless-post-function` plugin to
achieve your goal:
```
"serverless-post-function": {
"phase": "access",
"functions" : ["return function() return
require(\"apisix.core\").request.set_header(ctx, "X-Forwarded-For", ""); end"]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]