Which security approach should be used for developing a REST API?
Use custom security relevant HTTP response codes
Utilise TLS for end to end encryption
Add an API key to each URL string
Utilize CORS headers
Submit