Having this GET request, it works (sends request to the sever and server is able to handle it):
/* post to server*/ $http.get(\"/forms/FormValidator1/val
The server configuration accepts POST requests on URLs of the form: /forms/FormValidator1/validateForm/:jsonForm.
/forms/FormValidator1/validateForm/:jsonForm
The URL the client is POSTing to is/forms/FormValidator1/validateForm/, which does not fit that form (note the missing :jsonForm).
/forms/FormValidator1/validateForm/
:jsonForm