요약
The server cannot produce a response matching the request’s Accept headers.
언제 발생하나
Returned when content negotiation fails (e.g. client demands a format the server cannot produce).
흔한 원인
- Accept header requests an unsupported media type
- Overly strict Accept-Language or Accept-Encoding
해결 방법
- Relax or correct the Accept headers
- Request a format the server supports