1.

How should we test the API security?

Answer»

To test the security of the API during API testing, we need to validate 2 things:

  • Authentication: Whether the identity of the end-USER is correct.
  • Authorization: Whether the user is allowed to ACCESS the resource.

We can ALSO validate whether the TLS or the SSL CERTIFICATE used over the HTTPS protocol is valid or not.



Discussion

No Comment Found