How can I limit a particular user to fixed number of requests ?
I'm writing a rest api which doesn't require any authentication. How can I restrict a browser for a particular number of requests in a day. Also how can I differentiate whether call is from browser or called through program