Introduction E tag is used for Data Concurrency to avoid over writing of same record at the same time by different users similar to Lock objects. Scenario for Etag User 1 and user 2 will get the same record from backend , user 1 will update the data and save the record in database , […]