Forum Discussion
kunjan
Apr 18, 2015Nimbostratus
Try removing the hdr
when HTTP_REQUEST_SEND {
clientside {
if {[HTTP::header exists "If-Modified-Since"]}{
HTTP::header remove "If-Modified-Since"
}
}
}
Try removing the hdr
when HTTP_REQUEST_SEND {
clientside {
if {[HTTP::header exists "If-Modified-Since"]}{
HTTP::header remove "If-Modified-Since"
}
}
}