Forum Discussion

Darcy_MacDonald's avatar
Darcy_MacDonald
Icon for Nimbostratus rankNimbostratus
Jan 06, 2017

APM with Horizon 7.0.2

We are using the F5 running 12.1.1 with iapp. This works fantastic, with one exception. Any Apple IOS 10 device, (this is what we have tested with) will not connect via PCoIP. However the IOS devices will connect over the Blast protocol with no issues. As well we have no issues with Android or Windows machines connecting to the same service on the BigIP? Anyone have any idea?

 

2 Replies

  • I was just referring back to my colleague on this, but apple devices must connect over the new protocol. Hindsight - PCOIP is going away and all is moving to Blast. This was announced in one of the courses in Agility 2016.

     

  • I followed . However I have since found out that with the new Horizon 4.3 client life has changed again. With tech support help, we created a new iRule with only the following code: when HTTP_REQUEST { if { [HTTP::header "Origin"] ne "" } { HTTP::header remove "Origin" } } Replaced the original iRule with the new one and all works fine, with PCoIP and BLAST as the protocol with all devices now.