Re: Tracking client-applications using User-Agent

Paul Cohen <[email protected]>
Newsgroups gmane.comp.web.services.rest
Message-ID <CAA1Y72EA_iK50L_3WzSXg4FcAkz+XogG6534Ld+38T1B3MZPjg@mail.gmail.com>
On Wed, Apr 3, 2013 at 10:45 AM, Jan Algermissen
<[email protected]> wrote:
>
> suppose, you expose a REST-API and want to keep track clients which you gave access to the API. Each client is given a client ID.
>
> Straight-forward solution would be to use the Authentication (think OAuth) header to extract the client ID.
>
> However, suppose there are some resource you do not want to protect to enable public caching.
>
> What about asking the client developers to put the client ID in the User-Agent header. Yes, they would not have to, but let's suppose they are closely enough associated to be reliable enough. If this occasionally slips, that's no big deal. It is for monitoring purposes only. No payment-per-ID or throttling involved.
>
> Do you have any thoughts or experiences doing something similar?

In my case we will have multiple installations of the same software
clients accessing our API. My idea is to use User-Agent for
identifying the software and its version but use Authentication header
or possibly an application key passed as a query parameter to identify
a specific client (instance or installation).

It seems there are three types of client identity that can be relevant
for an API to keep track of; software identity, software installation
identity and end user identity. In my case we have no current use case
where end user identity is required but we are interested in the first
two types of client identity.

/Paul

--
Paul Cohen
www.seibostudios.se
mobile: +46 730 787 035
e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.