Top "Form-parameter" questions

REST services - testing PUT methods in the browser

I've developed REST services. I can test the GET methods by the browser, or by a Client Application. But those …

web-services rest put form-parameter
How to retrieve FORM/POST Parameters in Spring Controller?

I have the following response that should come from a MailChimp webhook URL. This is the row BODY: RAW BODY …

java spring spring-mvc mailchimp form-parameter
HTTP 400 error in REST web service during POST with FormParam containing own objects (e.g. enities)

For an ordering process in my REST service I have to send a list of "articles" from client to server. …

java rest bad-request http-status-code-400 form-parameter
Getting 405 "Method Not Allowed" error using POST with @FormParam (Java web service with Jersey REST)

I know it is not easy to pass something to the REST Server (Resource) which is neither String nor a …

java rest post jersey form-parameter
send a form parameter from Chrome Advanced REST Client

I want to send a form parameter from Chrome Advanced REST Client, however, it comes as null. This my resource …

resteasy multipartform-data rest-client form-parameter