minhaz
minhaz
it was to generate a key-value pair of whole POST body from request buffer. code is available at: http://cistoner.org/blog/minhaz/2014/06/17/parse-post-request-in-apache-2-2/
I used this method from a general header parser hook, and its like further actions on that request is based on return value of the hook. So all I had...
**input filter based approach to** -> https://github.com/mebjas/mod_csrfprotector/tree/input-filter-based branch **csrf token as GET token approach** -> master
There has been some API changes in 2.4. It'd be a bit tricky to do it. I'll try to find time to do this, no promises though. Your best bet...
Can you verify if the token is being attached in the POST request as `csrfp_token` from the client side in network debugger. This will help further isolate if it's client...
@kikohernandez92 updates?
Well yes I have never tried on `Amazon Linux`. But if you wish to use it, I think we can debug and fix, it's linux anyway. What version of Apache...
Thanks for the PR. Can you re-sync with the latest changes. Happy to do the review and merge.
> Btw building the project on the latest version is not compiling properly the dist\html5-qrcode.min.js What issue are you seeing?
Any suggestions?