Forum Discussion

OTS02's avatar
OTS02
Icon for Cirrus rankCirrus
Feb 09, 2016

Desire to view contents of If-Modified-Since & If-None-Match http headers

Using iRule below:   when HTTP_REQUEST {   set rqst_headers [HTTP::header names]   set hsl [HSL::open -proto UDP -pool HIGH_SPEED_LOGGING]   HSL::send $hsl "REQUEST HEADERS = $rqst_header...