Skip to content

Commit f6604df

Browse files
authored
Merge pull request #93 from xgame92/patch-1
Update README-tr.md
2 parents dfc2023 + 600803a commit f6604df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README-tr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ API'nizi tasarlarken, test ederken ve yayınlarken en önemli güvenlik önlemle
5252
- [ ] `X-Frame-Options: deny` header'ı gönder.
5353
- [ ] `Content-Security-Policy: default-src 'none'` header'ı gönder.
5454
- [ ] 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`.
55+
- [ ] Response'unda `content-type` kullanmaya zorla, eğer veriyi `application/json` olarak döndürürsen, `content-type` karşılığı `application/json` olur.
5656
- [ ] Hassas verilerinizi geri göndermeyin `credentials`, `Passwords`, `security tokens`.
5757
- [ ] İş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.).
5858

0 commit comments

Comments
 (0)