Does PUT or DELETE offer any security advantage over GET or POST?
I have a REST API and I want to handle all HTTP requests via POST.
Is there any security issue in using just POST to perform all CRUD operations requested by a user, which sends JSON specifying the operation to be performed (and other inf… Continue reading Does PUT or DELETE offer any security advantage over GET or POST?