Tried this curl -u admin:admin -H "CQ-Action: Activate" -H "CQ-Handle: /content/" -H "CQ-Path: /content/" -H "Content-Length: 0" -H "Content-Type: application/octet-stream" http://localhost:4503/dispatcher/invalidate.cache as per the documentation
Solved! Go to Solution.
Views
Replies
Total Likes
curl -H “CQ-Action: Flush” -H “CQ-Handle: /content/geometrixx/en/products” -H “CQ-Path:/content/geometrixx/en/products” -H “Content-Length: 0″ -H “Content-Type: application/octet-stream” http://dispatcher-server-hostname:port/dispatcher/invalidate.cache
Thanks
Siva
Hi @Keerthi0555 ,
Can you try with below command
curl -H “CQ-Action: Delete” -H “CQ-Handle: /content” -H “CQ-Path:/content” -H “Content-Length: 0″ -H “Content-Type: application/octet-stream” http://localhost:4503/dispatcher/invalidate.cache
Hope this helps,
Krishna
It's not working.
Hi @Keerthi0555
curl -H “CQ-Action: Flush” -H “CQ-Handle: /content” -H “CQ-Path:/content” -H “Content-Length: 0″ -H “Content-Type: application/octet-stream” http://localhost:4503/dispatcher/invalidate.cache
Did you observe any errors?
Hope this helps,
Krishna
curl -H “CQ-Action: Flush” -H “CQ-Handle: /content/geometrixx/en/products” -H “CQ-Path:/content/geometrixx/en/products” -H “Content-Length: 0″ -H “Content-Type: application/octet-stream” http://dispatcher-server-hostname:port/dispatcher/invalidate.cache
Thanks
Siva
Views
Likes
Replies
Views
Likes
Replies