Top "Http-status-code-400" questions

400 Bad Request.

How to customize @RequestParam error 400 response in Spring MVC

Is there a way to customize what gets displayed when a required @RequestParam is not sent to the request handler? …

spring-mvc http-status-code-400
Malformed HTTP Request in Apache

I have an Apache server which gets a malformed HTTP Request (cookie size is very big). The server displays the …

apache http cookies malformed http-status-code-400
PUT request results in 400 Bad Request

I am trying to do a PUT request to a Web API method using HttpClient. An almost identical POST request …

c# asp.net-web-api restsharp http-status-code-400 dotnet-httpclient