kjgarza commented on issue #8990:
URL: https://github.com/apache/apisix/issues/8990#issuecomment-2126930659
To support it _M.access would need something like:
```
local request_body = core.request.get_body()
local cache_key_parts = {ctx.var.request_uri, request_body}
local value = util.generate_complex_value(cache_key_parts, ctx)
```
Any chance this gets fixed?
--
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]