My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How to identify if user modified the data through developer tools in Chrome

Default profile photo
Anonymous
·Feb 12, 2019

This has been bugging me a lot lately. So we are talking about lot of security protocols and everything and we implement them to secure the application.

But in the end, all ajax calls are recorded in Developer tools and user can just modify them to tamper with the input data. Is there a way to identify this? Currently I'm working on a small Node.js project and I would like to know if it is possible to identify this!

(P.S:Sorry if this sounds noobish! This question is raised after days of searching for the answer with no use)!