Forum Discussion

MAbbas's avatar
MAbbas
Icon for Cirrus rankCirrus
Mar 30, 2018

Stream - not replacing content after upgrade to v12

Hi ,i upgraded from V 11.6.1 to 12.1.3.1 and my irule that uses stream to change return URI has stopped working . meaning the uri IS NOT BEING UPDATED . does the behavior of F5 Stream profile change in the new version.

 

if {[HTTP::header value "Content-Type"] contains "text"} { STREAM::expression "$se" STREAM::enable }

 

2 Replies

  • thanks for the response after rechecking all the headers and capturing data - we found out that the application was randomly passing a different header value - other than text and after updating the contains criteria it started working again -- but i still dont know how it was working with the old version

     

    {[HTTP::header value "Content-Type"] contains "multipath"}