http
GET /content/article HTTP/1.1
Host: cdn.example.com
Accept-Language: en, de
Accept: text/html, application/xhtml+xml
Negotiate: trans
HTTP/1.1 506 Variant Also Negotiates
Content-Type: application/json
{
"status": 506,
"error": "negotiation_loop",
"message": "Cannot determine best variant due to configuration error",
"resource": "/content/article",
"variants_affected": [
"/content/article.en.html",
"/content/article.de.html"
],
"problem": "One or more variants are themselves configured for negotiation",
"action": "Server misconfiguration - contact support"
}