Forum Discussion
InnO
Nimbostratus
Sep 16, 2014Question about If-Modified-Since HTTP header
Hi all,
I am running in something I cannot explain at this time, so any help would be greatly appreciated. Seems I do not understand the HTTP headers If-Modified-Since and If-None-Match 🙂
I ini...
Kevin_Stewart
Employee
Sep 17, 2014The If-Modified-Since and If-None-Match headers are used for cache control. Did you want to do something particular with these two headers?
So if you do this, what do you see?
when HTTP_REQUEST {
if { [HTTP::header exists If-Modified-Since] } {
log local0. "If-Modified-Since exists: [HTTP::header If-Modified-Since]"
}
if { [HTTP::header exists If-None-Match] } {
log local0. "If-None-Match exists: [HTTP::header If-None-Match]"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects