Forum Discussion
Rostislav_Zatol
Nimbostratus
Apr 02, 2010unchanking and collecting whole POST body
Hi,
I am going crazy trying to collect complete POST body sent in chunked format to the server.
HTTP::collect requires a number of bytes to collect, chunked http messages...
hoolio
Cirrostratus
Apr 09, 2010Is there a way for you to configure/change the client to not send chunked requests?
The only option I can think to handle chunked request payloads in an iRule if the client can reuse the TCP connection is to collect the TCP payload and parse the chunks using TCP::payload. The logic is described in RFC2616:
http://tools.ietf.org/html/rfc2616section-3.6.1
and appendix 19.4.6:
19.4.6 Introduction of Transfer-Encoding
Anyone else have ideas on this?
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects