aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/status/506/index.md
blob: 900e147bfd21bc3f959012b38fcac23ee53b92a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: 506 Variant Also Negotiates
slug: Web/HTTP/Status/506
translation_of: Web/HTTP/Status/506
---
{{HTTPSidebar}}

Le code de réponse HTTP **`506 Variant Also Negotiates`** peut être donné dans le contexte du protocole de **négociation de contenu transparente** (voir [RFC 2295](https://tools.ietf.org/html/rfc2295)). Ce protocole permet à un client de recevoir la meilleure variante d'une ressource donnée, quand le serveur prend en charge plusieurs variantes.

Le statut **`Variant Also Negotiates`** indique une erreur de configuration interne du serveur dans laquelle la variante choisie est elle-même configurée pour s'engager dans la négociation de contenu, et n'est donc pas un point final de négociation approprié.

## Statut

```
506 Variant Also Negotiates
```

## Spécifications

| Spécification                                                            | Titre                                   |
| ------------------------------------------------------------------------ | --------------------------------------- |
| [RFC 2295, section 8.1: 506 Variant Also Negotiates](https://datatracker.ietf.org/doc/html/rfc2295#section-8.1) | Transparent Content Negotiation in HTTP |