Forum Discussion
MR_Freddy_31338
Feb 20, 2018Nimbostratus
304 Response code failure with java script Application
We have a problem with 304 response code
First Scenario:
-> VS listen on HTTPS and Server on HTTP with client SSL profile only with automap
-> Here we viewed that GET HTTP request sent...
Anesh
Feb 22, 2018Cirrostratus
You Mentioned "Which caused server respond with 304 response code "
Hence i assuming the web requests are not properly handled by the web server, i have seen this in the past with ajax calls[XMLHttpRequest].
Also, you can try the below irule on the VS
when HTTP_REQUEST {
if { [HTTP::header exists If-Modified-Since] } {
CACHE::disable
}
}
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