Forum Discussion
Samir_Jha_52506
Noctilucent
May 19, 2015Content Adaptation for HTTP Requests with Symantec
Hi Team,
I need your help to configure content adaption request on f5 LTM. F5 is integrated with Symantec using ICAP protocol. When any infected malicious request comes; Symantec send 201 respon...
Samir_Jha_52506
Noctilucent
May 21, 2015Is it possible to check ICAP response. Either replace icap response 201 with 204 or send request header 204 in icap request. Also if possible icap response comes with 201 icap status then session will be drop by F5 before forwarding to webserver and user notification will be sent.
I tried below iRule but not worked.
when ICAP_RESPONSE {
if { [ICAP::status] contains "201" } {
[ICAP::status] replace 204
pool pool_testing
}
}
OR
when ICAP_RESPONSE {
if { [ICAP::status] contains "201" } {
set [ICAP::status] 204
pool pool_testing
}
}
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