Is it safe to use PUT and DELETE requests
Is it safe to use PUT and DELETE requests
I am building my new shiny WordPress plugin and since I’ve read about REST etc.I wanted to do things right and implement PUT and DELETE requests, and not just use POST and GET like I did until now.
But now I am wondering is it safe to use those. And by safe, I mean, are those requests supported by all servers in general or is general practice to have them disabled?
I don’t want to implement…
View On WordPress









