mod_csrfprotector icon indicating copy to clipboard operation
mod_csrfprotector copied to clipboard

apache 2.x.x module, for CSRF mitigation

Results 6 mod_csrfprotector issues
Sort by recently updated
recently updated
newest added

I setup on apache 2.4 and I have a problem. httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.modules.d/csrf_protector.conf: Cannot load modules/mod_csrfprotector.so into server:...

Hi @mebjas, I just installed the module to my Apache server, but now I'm always getting all POST requests denied and AJAX does not work at all. Apache 2.2, Debian...

Hi @mebjas, I am getting an error when restarting apache after installing this module on Amazon Linux. Is this only supporting for Ubuntu? [root@awsudquadapp02 conf]# service httpd restart Stopping httpd:...

Is it possible to get a windows build for Apache 2.4 please.

I'm not receiving any response on my web app proxied using AJP. I tried to exclude also the module using directive on Apache Config and it still not working. Any...

To validate CSRF Token against token stored in database (for that session), the request body is read in input filter. Currently I'm able to read & retrieve csrf_token from the...

help wanted
c code