Basic Security Conformance Checks
Our own defined Security Profile to ensure basic Authentication
APImetrics include a standard definition for baseline security validation on all API calls. Our Basic Security Conformance profile lays the groundwork for a secure API by confirming the essentials, like HTTPS and TLS version, to uphold data integrity and confidentiality. It's a great place to start your API posture journey.
Basic Security
This Security Profile performs two checks for each API call:
Is it using HTTPS?
Is it using TLS version 1.2 or higher?
Updated 19 days ago