I'm trying to reject any method sent other than POST, GET, PUT, DELETE directly on http.
Example: curl "http://192.168.1.99/lispbx/lisintegra.php?gacao=discar&gsrc=1002&gdst=85989297893&gkey=teste@teste" -X NUNES
Sending this way it works even if it's not sending a valid method.
Can anyone help?