Forum Discussion

Mali47_261353's avatar
Mali47_261353
Icon for Nimbostratus rankNimbostratus
Apr 15, 2018

Stream profile to replace content with a VS that uses APM

I'm having issues successfully replacing text inside a VIP that has APM applied, when I remove APM the stream replace works successfully. I have also changed HTTP_REQUEST to when ACCESS_ACL_ALLOWED. I'm using v11.5. When I modify the irule it either doesnt work or break APM logon. Any suggestions would help.

 

when HTTP_REQUEST { HTTP::header remove Accept-Encoding STREAM::disable } when HTTP_RESPONSE { if { [HTTP::header Content-Type] contains "text" } { STREAM::expression {@@ STREAM::enable } }

 

  • Hi,

     

    some features of APM seems to not support stream profiles.

     

    I already got this kind of issues when vdi, portal access, exchange profile or network access is configured

     

    To make it works you have to use a VS targeting VS solution. (and probably disable HTTP profile for non http traffic)