Forum Discussion

m_137079's avatar
m_137079
Icon for Nimbostratus rankNimbostratus
Dec 04, 2013
Solved

getting all headers from http request without using a loop

I am using the below irule to get all headers from every http request. Is there any other efficient way to do this for instance without using a loop. Any input is much appreciated Present Irule ...
  • IheartF5_45022's avatar
    Dec 05, 2013

    Remember HTTP:request only logs the request headers, not the payload (if there is one), and given that the default Max Header Size in an http profile is 32768, you are unlikely to exceed 64K.