Last updated on
May 17, 2021
|
Also applies to Dispatcher
Symptoms
You noticed that redirect pages are not cached on your webserver.
Cause
Http 302 cannot be cached
Resolution
Make sure you do not use a 302 redirect, you can use a 200 with a javascript doing the redirection.