Forum Discussion
Jason_Fortun_24
Altocumulus
Feb 28, 2019Cannot update html5 Citrix Client Bundle zip file
I have Citrix html5 working via F5 APM but need to replace the current html5 citrix client bundle zip file with a new version but when I attempt to upload (via the Access>Connectivity:VDI>RPD>Citrix ...
- Apr 10, 2019
To replace the bundle without having to recreate the entire iapp I went into the connection profile for my policy and temporarily redirected it to use the standard Citrix bundle- then deleted the html5 bundle and created it anew with the new zip file. Then I changed the associated client bundle back within the connection profile.
Colin_Walker_12
Jan 03, 2006Historic F5 Account
The command that you're looking for is HTTP::redirect.
You would use this like:
when HTTP_REQUEST {
if {[HTTP::host] eq "domain.com" } {
HTTP::redirect "http://www.domain.com"
}
}
You can read more about this, and other iRules commands in the manual, here: Click here
-Colin
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