Very peculiar :HTTP Status 405 - Method Not Allowed
问题 [using Apache Tomcat/7.0.27] It seems I only get this error ( HTTP Status 405 - Method Not Allowed ) when I try to make a REST request directly from the browser. E.g by pasting this in the address bar : http://localhost:8080/restExample/rest/catalog/video/14951/hello When I run my test client Main.java everything works fine. Any ideas as to why it wont let me execute a REST through the browser? Client Side: public class Main{ public static void main(String [] args){ ClientConfig config = new