We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80ff27 commit 1ae47b3Copy full SHA for 1ae47b3
2023/en/src/0xa7-security-misconfiguration.md
@@ -80,6 +80,8 @@ Furthermore:
80
(TLS), regardless of whether it is an internal or public-facing API.
81
* Be specific about which HTTP verbs each API can be accessed by: all other
82
HTTP verbs should be disabled (e.g. HEAD).
83
+* Restrict incoming content types/data formats to those that meet the business/
84
+ functional requirements.
85
* Implement a proper Cross-Origin Resource Sharing (CORS) policy on APIs
86
expected to be accessed from browser-based clients (e.g. web app front-ends).
87
* Ensure all servers in the HTTP server chain (e.g. load balancers, reverse
0 commit comments