Forum Discussion
Way to replace HTTP header being applied by APM portals
What happens if you try removing the header instead of a replace? What version of TMOS are you running?
when HTTP_RESPONSE_RELEASE {
foreach header {Content-Security-Policy} {
log local0. "Removing $header: [HTTP::header value $header]"
HTTP::header remove $header
}
}
- Abed_AL-RMar 12, 2019
Cirrostratus
Hi Jon Bartlett
I came across this issue today , LTM/APM 12.1.3
I used this iRule you mentioned and it solved the problem in chrome
In IE edge or 10 the problem still happening
The thing with IE is that it does not showing the error message , it is just freezing
I tried even replacing the irule with this one :
when HTTP_RESPONSE_RELEASE { foreach header {X-Content-Security-Policy} { log local0. "Removing $header: [HTTP::header value $header]" HTTP::header remove $header } }Didn't help..
If I try to open the web-application internally , without APM , it is working fine with all browsers
What could be done here?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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