Hello!
I need to get data (just string) from my frontend. Send it to backend with this code:
$.post('/order/proceed', "data", function(data) {
//Bla-bla-bla
});
And, well, I'm stuck - what request should be in controller? I mean $this->request->...?
Thank you!