getting 412 error for blog entries when I delete a blog.
When I tried to deleting a blog entry on Author from side kick this is the command --> POST /bin/wcmcommand HTTP/1.1 that runs . I am getting 412 on browser console.
these are from request.log
26/Apr/2016:02:54:55 -0400 [52057] -> POST /bin/wcmcommand HTTP/1.1
26/Apr/2016:02:54:55 -0400 [52057] <- 412 text/html 84ms
26/Apr/2016:02:55:10 -0400 [52058] -> POST /bin/wcmcommand HTTP/1.1
26/Apr/2016:02:55:10 -0400 [52058] <- 412 text/html 184ms
This issue occurs only when I access author through dispatcher ( there is a v-host configuration in dispatcher and I can login to author from dispatcher defined domain-name ).
I am not facing this issue I access author directly ( not through dispatcher).
Any Ideas on how to resolve this 412 error for POST /bin/wcmcommand for deleting blog entry