Forum Discussion
Marco_Nietz_387
Nimbostratus
Dec 03, 2008Change a Profile Setting with iRules
Hi,
the Wiki for Profiles http://devcentral.f5.com/wiki/default.aspx/iRules.PROFILE starts with:
'These commands allow you to get or set information and options regarding profiles.'
Im able to get any Information from a Profile, but now i want to set one of these Parameters within an iRule.
For Example change PROFILE::http response_chunking from 1 to 2
How can I achieve this ?
Regards
Marco
- hoolio
Cirrostratus
Hi Marco,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" } }
- Marco_Nietz_387
Nimbostratus
Hi Aaron, - hoolio
Cirrostratus
Much appreciated. Thanks.
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