Hi,
Unless I'm mistaken, POST data are not trimmed by default. We do have to precise "trim" for each value. I am surprised by this behavior. How can I change it so that the framework trims POST data by default?
Thank you all,
EDIT : for now I am using my own Controller class that allows me to make some things easier, like success/error json responses... But if there is a configuration for automating trimming, I would love to learn that