Forum Discussion
mahnsc
Nimbostratus
Aug 27, 2018Limits with HTTP::collect
I have the following iRule, which is pretty basic and is just looking for an XML value in the payload in order to make a load-balancing decision:
when HTTP_REQUEST {
if { [HTTP::header exists ...
PeteWhite
Employee
Sep 04, 2018Content-Length and data length should be exactly the same.
It is good practise to check the size of Content-Length and use a default size if the Content-Length is too large or if it is not present. When you use HTTP::collect you should specify the size for it to retrieve and this will become the size of the buffer for HTTP::payload.
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