In the older version of Presto it was easy to access http://localhost:8080/v1/query/ URL either get or post.
In Presto version 333 when same URL try to access it will give error as MESSAGE: Method Not Allowed [STATUS:405] even if we try to send POST request with header X-Presto-User:
Did presto changes REST API URLs in new version?