Hello,
We drupal configuration that frontends with apache proxy server and we have installed rate module.
If we enable the rate module and try to rate a node from the proxy server, it gives 404 error. Looking at the http live headers it seems that it is trying to access a css file that does not exist.
Comments
Comment #1
mauritsl commentedWhat widget are you using? And what is the path of the CSS file?
I'm using Rate behind proxies too (varnish / squid) and that has never been a problem, so I guess that's not the issue.
Comment #2
mrshah commentedYou are correct, the request url was blocked by out internal security application. Allowing the url to pass through made the module work as expected.