Currently all HTTP requests are responded to, whether sent as GET or POST.
It is customary for GET requests to be safe, ie should not change data on the server. POST requests are for submitting new data.
The server should respond appropriately to these methods.