Forum Discussion

SG_83539's avatar
SG_83539
Icon for Nimbostratus rankNimbostratus
Feb 19, 2010

HTTP::uri logging misleading

When logging the HTTP::uri you will find that after manipulation of the string the HTTP::uri remains the same. HTTP::uri logging does not update the value of HTTP::uri after the action is executed. It simply remembers the initial entry HTTP::uri value.

 

 

 

Why?

1 Reply

  • For performance reasons, the values for most HTTP:: commands are cached within the same event and priority. See this post for details:

     

     

    Manipulate a HTTP:path then continue to parse iRule

     

    http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=813133&ptarget=813134

     

     

    Aaron