Forum Discussion
URL redirection not working after upgrade
when CLIENT_ACCEPTED { ACCESS::restrict_irule_events disable set citrix_logout 0 } when ACCESS_ACL_ALLOWED { set type [ACCESS::session data get session.client.type] if { !($type starts_with "citrix") } { if { [HTTP::uri] == "/" } { log local0. "Redirecting to /Citrix/InternalWeb/" ACCESS::respond 302 Location "https://[HTTP::host]/Citrix/InternalWeb/" } }
if {[HTTP::uri] contains "Logoff" } { after 2000 { ACCESS::session remove} set citrix_logout 1 set http_host [HTTP::host] } } when HTTP_RESPONSE { if { $citrix_logout eq 1 } { HTTP::redirect "https://$http_host/vdesk/hangup.php3" } }
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