aboutsummaryrefslogtreecommitdiff
path: root/files/id/web/http/status/403/index.html
blob: 71dc858a2fc7075f6ffd2a6fa860cd3457282052 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: 403 Forbidden
slug: Web/HTTP/Status/403
tags:
  - Galat Klien
  - HTTP
  - Kode status
  - Referensi
translation_of: Web/HTTP/Status/403
---
<div>{{HTTPSidebar}}</div>

<p>Kode respon HTTP <strong><code>403 Forbidden</code></strong> mengindikasikan bahwa server memahami permintaan tetapi menolak untuk mengesahkannya.</p>

<p>Kode status ini mirip dengan {{HTTPStatus("401")}}, tetapi dalam kasus ini, autentikasi ulang tidak akan memberi perubahan. Aksesnya dilarang secara permanen dan diikat pada logika aplikasi, seperti kurangnya hak akses untuk mendapatkan sumber daya.</p>

<h2 id="Status">Status</h2>

<pre class="syntaxbox">403 Forbidden</pre>

<h2 id="Contoh_respon">Contoh respon</h2>

<pre>HTTP/1.1 403 Forbidden
Date: Wed, 21 Oct 2015 07:28:00 GMT
</pre>

<h2 id="Spesifikasi">Spesifikasi</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="Dukungan_peramban">Dukungan peramban</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="Lihat_juga">Lihat juga</h2>

<ul>
 <li>{{HTTPStatus("401")}}</li>
 <li><a href="https://kinsta.com/blog/403-forbidden-error/">403 forbidden error</a></li>
 <li><a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html" rel="noopener">HTTP/1.1: Status Code Definitions</a></li>
</ul>