Menu
I have a page which returns a JSON data to the end user. That’s perfect for what they need. However anyone with the URL can access my JSON/API feed so I want to give them a key or something.
I understand I can give them a unique key which they can pass via a header to me? (does that work if they’re not using PHP?)
But someone could listen to what’s being posted and get the key as well, I believe this is where secret keys come in – I think?
How does the secret key work?
I’m not 100% sure code my user of JSON uses but I may also make this available to other users down the track