Covid-19 vs Makeup
If you need a Health API that's easy to integrate, go with Covid-19.
Covid-19
- No authentication required
- HTTPS supported
- CORS enabled for frontend use
Makeup
- No authentication required
- No HTTPS support
| Feature | Covid-19 | Makeup |
|---|---|---|
| Authentication | None | None |
| HTTPS | Yes | No |
| CORS | Yes | Unknown |
When to use which?
Covid-19 works directly from the browser with CORS enabled, making it better for frontend-only apps. Covid-19 supports HTTPS, which is required for production deployments and secure data handling.