Re: How to disable CSRF checks?

2016-07-28 Thread Mark Thomas
On 28/07/2016 07:55, Robert Alsdorff wrote: > On 26.07.2016 12:22, Mark Thomas wrote: >> On 26/07/2016 11:18, Robert Alsdorff wrote: >>> Hey folks, >>> >>> during some tests I had several 403 Validation of CSRF security token >>> failed errors. Since it's only a testing system I'd like to disable >

Re: How to disable CSRF checks?

2016-07-27 Thread Robert Alsdorff
On 26.07.2016 12:22, Mark Thomas wrote: On 26/07/2016 11:18, Robert Alsdorff wrote: Hey folks, during some tests I had several 403 Validation of CSRF security token failed errors. Since it's only a testing system I'd like to disable the CSRF checks but I don't find any information on how to do

Re: How to disable CSRF checks?

2016-07-26 Thread Mark Thomas
On 26/07/2016 11:18, Robert Alsdorff wrote: > Hey folks, > > during some tests I had several 403 Validation of CSRF security token > failed errors. Since it's only a testing system I'd like to disable > the CSRF checks but I don't find any information on how to do that. > Has anybody already done

How to disable CSRF checks?

2016-07-26 Thread Robert Alsdorff
Hey folks, during some tests I had several 403 Validation of CSRF security token failed errors. Since it's only a testing system I'd like to disable the CSRF checks but I don't find any information on how to do that. Has anybody already done that and can help me out?