简体   繁体   English

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

[英]How to disable HTTP chunking in WSO2 API Manager 3.2.0?

I need to disable receiving http packets in chunked format in wso2 api manager 3.2.0 in order to protect against HTTP Request Smuggling, web cache poising and other server attacks.how can I do this? I need to disable receiving http packets in chunked format in wso2 api manager 3.2.0 in order to protect against HTTP Request Smuggling, web cache poising and other server attacks.how can I do this?

Disabling Message Chunking from official API Manager documentation.从官方 API 管理器文档中禁用消息分块

You can also try你也可以试试

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM