Forum Discussion
Sep 11, 2013
Modify APM webtop favicon.ico
Hi All,
Can anyone give me their thoughts on customizing the favicon.ico file that APM provides? Right now it is the same for every service on the device, and I would like to be able to modify it o...
Kevin_Stewart
Sep 11, 2013Employee
Interesting. So this doesn't work for you?
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
if { [HTTP::uri] equals "/favicon.ico" } {
HTTP::respond 200 content [ifile get my_favicon] "Content-Type" "image/x-icon"
}
}
I testing this successfully on 11.3 HF5
Any chance the favicon you're using is unsupported?
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