aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/http/headers/cookie/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/tr/web/http/headers/cookie/index.html')
-rw-r--r--files/tr/web/http/headers/cookie/index.html71
1 files changed, 0 insertions, 71 deletions
diff --git a/files/tr/web/http/headers/cookie/index.html b/files/tr/web/http/headers/cookie/index.html
deleted file mode 100644
index dd0338e648..0000000000
--- a/files/tr/web/http/headers/cookie/index.html
+++ /dev/null
@@ -1,71 +0,0 @@
----
-title: Çerez
-slug: Web/HTTP/Headers/Cookie
-tags:
- - HTTP
- - Çerez
-translation_of: Web/HTTP/Headers/Cookie
----
-<div>{{HTTPSidebar}}</div>
-
-<p><strong><code>Cookie</code></strong><span class="tlid-translation translation" lang="tr"> HTTP istek başlığı, daha önce sunucu tarafından {{HTTPHeader ("Set-Cookie")}} başlığıyla gönderilip tarayıcıda saklanmış olan </span><a href="/tr/docs/Web/HTTP/Cookies">HTTP çerezlerini</a><span class="tlid-translation translation" lang="tr"> içerir.</span></p>
-
-<p><code>Cookie</code><span class="tlid-translation translation" lang="tr"> başlığı isteğe bağlıdır ve örneğin tarayıcının gizlilik ayarları çerezleri engellediğinde gözardı edilebilir.</span></p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row">Başlık türü</th>
- <td>{{Glossary("Request header")}}</td>
- </tr>
- <tr>
- <th scope="row">{{Glossary("Forbidden header name")}}</th>
- <td>evet</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Sözdizimi">Sözdizimi</h2>
-
-<pre class="syntaxbox">Cookie: &lt;cerez-listesi&gt;
-Cookie: ad=deger
-Cookie: ad=deger; ad2=deger2; ad3=deger3</pre>
-
-<dl>
- <dt>&lt;cookie-list&gt;</dt>
- <dd><code>&lt;cookie-adi&gt;=&lt;cookie-degeri&gt;</code><span class="tlid-translation translation" lang="tr"> biçimindeki ad ve değer çiftlerinden oluşan bir liste. Listedeki çiftler noktalı virgül ve boşlukla </span>(<code>'; '</code>) <span class="tlid-translation translation" lang="tr">ayrılır.</span></dd>
-</dl>
-
-<h2 id="Örnekler">Örnekler</h2>
-
-<pre>Cookie: PHPSESSID=298zf09hf012fh2; csrftoken=u32t4o3tb3gg43; _gat=1;</pre>
-
-<h2 id="Specifications">Specifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Tanım</th>
- <th scope="col">Başlık</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{RFC("6265", "Cookie", "5.4")}}</td>
- <td>HTTP State Management Mechanism</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Tarayıcı_uyumluluğu">Tarayıcı uyumluluğu</h2>
-
-<p class="hidden"><span class="tlid-translation translation" lang="tr">Bu sayfadaki uyumluluk tablosu yapılandırılmış verilerden üretilmiştir. Verilere katkıda bulunmak istiyorsanız, lütfen </span> <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a><span class="tlid-translation translation" lang="tr"> adresini ziyaret edin ve bize bir çekme isteği gönderin.</span></p>
-
-<p>{{Compat("http.headers.Cookie")}}</p>
-
-<h2 id="Bakınız">Bakınız</h2>
-
-<ul>
- <li>{{HTTPHeader("Set-Cookie")}}</li>
- <li>{{domxref("Document.cookie")}}</li>
-</ul>