I have a PC based application and mobile app that both send data to my MVC Web API. I was wondering if anyone tracks which application inserted data to the server database?
For instance, when I send data from the mobile app, I mark a IsMobile flag in my table when I insert data.
If the answer is yes, can you briefly explain how you accomplish this and what issues it may have saved you from?