29
How do I make sure only my own front end can call my API, when the page has no login?
I pay per request for a third party service. My site calls it from a public page with no authentication, and I proxy the request through my own backend so the paid key is never in the browser. I have also restricted the…