Form data to rest PUT method in java
问题 I am beginner for Java and REST API. I have a problem passing form data from HTML to rest PUT method. When I google about this, most solutions available are for POST method, that recommended to use FormParam . In my case, it shows below error: The method received in the request-line is known by the origin server but not supported by the target resource. Even I use PathParam , same error is returned: The method received in the request-line is known by the origin server but not supported by the