Basic Authentication
Basic Authentication
An HTTP authentication scheme where the client sends username:password encoded in Base64. Simple but insecure without HTTPS, as credentials are sent on every request.
Related Terms
- API (Application Programming Interface)
- REST (Representational State Transfer)
- GraphQL
- SOAP (Simple Object Access Protocol)
- gRPC