How to get data from DELETE request? I see on stackoverflow the process to get data from DELETE request is same with the process to get data from PUT request. I have tried $thiis->request->getPut()
it is not working.
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
How to get data from DELETE request? I see on stackoverflow the process to get data from DELETE request is same with the process to get data from PUT request. I have tried $thiis->request->getPut()
it is not working.