Questions tagged [http-status-code-406]

An error of 406 Not Acceptable has been encountered in the HTTP response status code.

Error 406 – Unacceptable Response in Spring MVC and AngularJS: What You Need to Know

HTTP Status 406 – Not Acceptable The server cannot provide a response that is acceptable to the client according to the request headers, and it does not have a default representation. sample controller code @RequestMapping(value="/welcomes", method = R ...