asp.net web api - tracking all consumers for WEB API -


i have standard enterprise level web api , going used across organisation. can have demarcation mainframe systems/online channel/etc through api key.

however there can many systems( many systems in online) in webapi can share same key. need identify each , every call uniquely , if not being shared

any ways it?

you log ip address of each request. if systems internal organisation shouldn't hard match ips system is.

edit

or pass client id api key.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -