aboutsummaryrefslogtreecommitdiff
path: root/files/he/web/http/status/403/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/he/web/http/status/403/index.html')
-rw-r--r--files/he/web/http/status/403/index.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/files/he/web/http/status/403/index.html b/files/he/web/http/status/403/index.html
deleted file mode 100644
index a927dfe905..0000000000
--- a/files/he/web/http/status/403/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: 403 Forbidden
-slug: Web/HTTP/Status/403
-tags:
- - סטטוס HTTP
- - סטטוס תגובה
- - קוד סטטוס
- - תקלות צד לקוח
-translation_of: Web/HTTP/Status/403
----
-<div>{{HTTPSidebar}}</div>
-
-<p>קוד סטטוס שגיאה בתגובת HTTP  <strong><code>403 Forbidden</code></strong> מציין שהשרת הבין את הבקשה אך מסרב לאשר אותה. (403 - נדחה. או "נאסר")</p>
-
-<p>סטטוס תגובה זה דומה לסטטוס {{HTTPStatus("401")}}, אך במקרה זה, אימות מחדש לא ישפיע. הגישה אסורה לצמיתות וקשורה ללוגיקת היישום, כגון אין מספיק זכויות למשאב.</p>
-
-<h2 id="סטטוס">סטטוס</h2>
-
-<pre class="syntaxbox notranslate">403 Forbidden</pre>
-
-<h2 id="תגובה_לדוגמא">תגובה לדוגמא</h2>
-
-<pre class="notranslate">HTTP/1.1 403 Forbidden
-Date: Wed, 21 Oct 2015 07:28:00 GMT
-</pre>
-
-<h2 id="פרטים_טכניים">פרטים טכניים</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Title</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{RFC("7231", "403 Forbidden" , "6.5.3")}}</td>
- <td>HTTP/1.1: Semantics and Content</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="תאימות_דפדפנים">תאימות דפדפנים</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
-<p>{{Compat("http.status.403")}}</p>
-
-<h2 id="ראה_עוד">ראה עוד</h2>
-
-<ul>
- <li>{{HTTPStatus("401")}}</li>
- <li><a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" rel="noopener">HTTP/1.1: Status Code Definitions</a> - רשימת כל הסטטוסים של תגובות HTTP התקניים</li>
-</ul>