Identifying forged queries to the server / allowing only UI-made queries

Viewed 30

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 0 results in that case?

We are on a ruby platform... so any gem solution to look at could help as well.

0 Answers
Related