We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc2023 + 600803a commit f6604dfCopy full SHA for f6604df
1 file changed
README-tr.md
@@ -52,7 +52,7 @@ API'nizi tasarlarken, test ederken ve yayınlarken en önemli güvenlik önlemle
52
- [ ] `X-Frame-Options: deny` header'ı gönder.
53
- [ ] `Content-Security-Policy: default-src 'none'` header'ı gönder.
54
- [ ] Parmak izi başlıklarını kaldırın - `X-Powered-By`, `Server`, `X-AspNet-Version` v.b.
55
-- [ ] Force `content-type` for your response, if you return `application/json` then your response `content-type` is `application/json`.
+- [ ] Response'unda `content-type` kullanmaya zorla, eğer veriyi `application/json` olarak döndürürsen, `content-type` karşılığı `application/json` olur.
56
- [ ] Hassas verilerinizi geri göndermeyin `credentials`, `Passwords`, `security tokens`.
57
- [ ] İşlem tamamlandıktan sonra uygun durum kodunu döndürür. (ör. `200 OK`, `400 Bad Request`, `401 Unauthorized`, `405 Method Not Allowed`, v.b.).
58
0 commit comments