We have an application which was tested from Burp suite, by intercepting and altering the values of the dropdown data in our application. Those fields are disabled when view through browser, but able to alter the data by intercepting and forwarding it through burp suite. Is there a way to avoid/control altering the data from my application either in json, controller, view or any other option?
1