Forum Discussion
Stephan_Jaeger_
Nimbostratus
Apr 03, 2006Unchunk HTTP Request Body
Hi,
im searching for a way to unchunk a http request body before sending it to the webserver which is unable to handle chunked reuqests. As both clients and servers are Appliances there is n...
hoolio
Cirrostratus
Apr 03, 2006From other posts on the site, I think this should do it for requests:
when HTTP_REQUEST {
don't allow data to be chunked
if { [HTTP::version] eq "1.1" } {
if { [HTTP::header is_keepalive] } {
HTTP::header replace "Connection" "Keep-Alive"
}
HTTP::version "1.0"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
