...
Code Block |
---|
HTTP/1.1 200 OK Date: Mon, 03 Oct 2016 15:34:08 GMT Server: Apache/2.4.18 (Ubuntu) X-Powered-By: PHP/7.0.8-0ubuntu0.16.04.2 X-User-Hash: b1731d46b0e7a375a5b024e950fdb8d49dd25af85a5c7dd5116ad2a18cda82cb Cache-Control: max-age=600, public Vary: Cookie,Authorization Content-Type: application/vnd.fos.user-context-hash |
4. Now, take replace the displayed existing X-User-Hash value and update your VCLwith the new one:
Code Block |
---|
# Note: This needs update every time anonymous user role assignments change. set req.http.X-User-Hash = "b1731d46b0e7a375a5b024e950fdb8d49dd25af85a5c7dd5116ad2a18cda82cb"; |
...