Forum Discussion
nik_65678
Nimbostratus
Sep 25, 2009limelight + content-length & content-encoding
we're starting to test some apps with limelight (a cdn) and it requires certain headers be present so their system will cache content. i'm trying to adjust missing/incorrect headers on outgoing http ...
The_Bhattman
Nimbostratus
Sep 26, 2009The only way I can think of to get the content-length is to remove chunking altogether within the Irule and returned to normal before completely finishes.
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"
}
}
CB
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
