We have a django restful api to save data in SQL Database. This API is hosted in IIS and consumed by Angular application. How to get client user name who browsed it from local machine?
There is no user model available in database.
We have a django restful api to save data in SQL Database. This API is hosted in IIS and consumed by Angular application. How to get client user name who browsed it from local machine?
There is no user model available in database.