Bug ID 451083: Citrix Wyse clients when working with StoreFront in integration mode

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP APM(all modules)

Known Affected Versions:
11.4.1, 11.5.0, 11.5.1, 11.5.2, 11.5.3, 11.5.4, 11.5.5, 11.5.6, 11.5.7, 11.5.8, 11.5.9, 11.5.10

Fixed In:
11.6.0, 11.4.1 HF9

Opened: Mar 04, 2014

Severity: 3-Major

Related Article: K16244

Symptoms

APM does not support Citrix Wyse clients when working with StoreFront in integration mode.

Impact

Citrix Wyse clients are unable to connect to APM.

Conditions

Using APM with Citrix Wyse clients when working with StoreFront in integration mode.

Workaround

Use the following iRule: priority 1 when HTTP_REQUEST { set string [HTTP::header value Cookie] if {$string contains "NSC_AAAC=xyz"}{ regsub {NSC_AAAC=xyz;?} $string {} tmp regsub {NSC_DLGE=xyz;?} $tmp {} result HTTP::header replace Cookie $result } }

Fix Information

Now APM supports Citrix Wyse clients when working with StoreFront in integration mode.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips