Re: Security component and data posted from external site

2012-12-07 Thread Jeremy Burns | Class Outfit
My solution is to receive the post via one action then redirect to the log in action. Security::unlockedActions doesn't seem to work though (I must be doing it wrong?); I have to check for the initial action and disable the Security component. After the redirect the action is different, so the c

Security component and data posted from external site

2012-12-07 Thread Jeremy Burns
I'm using 2.3 beta and the Security component. I have a site that is posting data to a controller action but the Security component blocks the request; so I don't get $this->request->data and the code fails. If I disable the Security component in beforeFilter for this action the data gets thro