Does Symfony 2 accept CSRF via header?

Viewed 815

I wonder if SF2 accepts X-CSRF-Token via the header or if not is there an easy to make it do it. I'm changing some of my forms to be submitted with restful service instead and would love to pass X-CSRF-Token via the header.

1 Answers
Related