How do I track users(clients) in a REST GET calls
Posted
by PythonKing
on Stack Overflow
See other posts from Stack Overflow
or by PythonKing
Published on 2010-06-10T13:56:01Z
Indexed on
2010/06/10
17:42 UTC
Read the original article
Hit count: 103
We have a Public REST application which has a lot of GET's from the clients . We have a way to track the POST calls but we do not have a way to track where the user has come for the GET calls .
Our intention is to have some client specific business rules if we are able to decide where the call has come from ?
© Stack Overflow or respective owner