Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use validateData() to validate POST data only
Instead of withRequest(), use validateData() to validate POST data only. withRequest() uses $request->getVar() which returns $_GET, $_POST and $_COOKIE data in that order. Newer values override older values. Post values will be overriden by the cookies if they have the same name.
- Loading branch information