You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Use HTTPS on server side to avoid MITM (Man in the Middle Attack).
30
30
-[ ] Use `HSTS` header with SSL to avoid SSL Strip attack.
31
+
-[ ] For private APIs, only allow access from whitelisted IPs/hosts.
31
32
32
33
## Input
33
34
-[ ] Use the proper HTTP method according to the operation: `GET (read)`, `POST (create)`, `PUT/PATCH (replace/update)`, and `DELETE (to delete a record)`, and respond with `405 Method Not Allowed` if the requested method isn't appropriate for the requested resource.
0 commit comments