Is there an easy/intuitive way to develop the logics so certain front-end/client-side queries to the server are only allowed when built via the front-end app, as opposite of someone using the session cookies to make their own forged queries?
- so to say a way to identify if a query has been handmade and have the server returning
0results in that case?
We are on a ruby platform... so any gem solution to look at could help as well.