blob: 35f2b1ebda724e8e41ad5eb2593e7ce53e04eb8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
---
title: 507 Insufficient Storage
slug: Web/HTTP/Status/507
tags:
- Code de statut
- Erreur serveur
- HTTP
translation_of: Web/HTTP/Status/507
---
<div>{{HTTPSidebar}}</div>
<p>Le code de réponse HTTP <code><strong>507 Insufficient Storage</strong></code> peut être donné dans le contexte du protocol <code><strong>Web Distributed Authoring and Versioning</strong></code>(WebDAV) (voir <a href="https://tools.ietf.org/html/rfc4918">RFC 4918</a>).</p>
<p>Il indique que la méthode ne peut pas être traité car le serveur ne peut pas stocker la représentation nécessaire pour accomplir la requête avec succès.</p>
<h2 id="Status">Status</h2>
<pre class="syntaxbox">507 Insufficient Storage</pre>
<h2 id="Specifications">Specifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Title</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{RFC("4918", "507 Insufficient Storage" , "11.5")}}</td>
<td>Web Distributed Authoring and Versioning</td>
</tr>
</tbody>
</table>
|