4 lines
222 B
Plaintext
4 lines
222 B
Plaintext
![]() |
== Recommended Secure Coding Practices
|
||
|
|
||
|
For all the routes/controllers of an application, the authorized HTTP methods should be explicitly defined and safe HTTP methods should only be used to perform read-only operations.
|