如何在 WSO2 API Manager 3.2.0 中禁用 HTTP 分块?

How to disable HTTP chunking in WSO2 API Manager 3.2.0?

我需要在 wso2 api 管理器 3.2.0 中禁用接收分块格式的 http 数据包,以防止 HTTP 请求走私、网络缓存中毒和其他服务器攻击。我该怎么做?

Disabling Message Chunking 来自官方 API 管理器文档。

你也可以试试

<property name="DISABLE_CHUNKING" value="true" scope="axis2" />