Dispatcher expression that stores HIT or MISS value is not working on AMS dispatcher Setup.
One of our use cases is to provide the hit or miss value in the response header of any request.
I am able to do that on my local setup that is on MAC M1 and every request i am receiving the hit or miss value in the response header of any request.
Below is the expression that gets the value, written in the publish.vhost file.
<IfModule headers_module>
....
Header set Dispatcher-Cache %{dispatcher:cache}e
</IfModule>
However, I am not able to use the same logic in the Dispatcher AMS setup on my QA environment.
Please suggest why this not working.