DEV Community

Discussion on: Providing own API-Keys

Collapse
 
barrenechea profile image
Sebastian Barrenechea

Effectively, you can add some custom header on every request with some key, which must be validated through a middleware on your backend before processing the actual request.

Still, every network request could be monitored and eventually that "custom header" to be reverse engineered 🤔