I need to change the request method that is sent to GraphHopper to a POST method. Indeed I send so many points that the GET one crashes. POST requests do not seem to be allowed since I get a 405 error from the server. How can I allow to send POST method ? Where is the jetty configuration handled ?
Thanks!