The data is not sensitive, I am really only considering security so that I can keep track of who is calling our system.
I thought of just having each 'client' send an 'api-key' in the request and cross-check against a list of valid keys.
I could then log the request and monitor activity by client.
Note: performance is very critical so I can't afford alot of overhead.
any ideas?