tokers opened a new issue, #8091: URL: https://github.com/apache/apisix/issues/8091
### Description Currently, the `limit-*` plugins support configuring an `error_msg` field to let users customize the error response when requests are throttled. However, Apache APISIX always puts the `error_msg` into a JSON string. It's not reasonable if users want to configure an HTML page. https://github.com/apache/apisix/blob/4e25e5b4acc2e8293787b8861d0b4c2715cdc3af/apisix/plugins/limit-count/init.lua#L289-L293 -- 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]
