Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working on application by using Java as back end and Ionic-Angular is for the front end.
But I am getting Parameter Manipulation issues as below.

Manipulation of parameters exchanged between client and server in order to modify application data, such as user credentials and permissions, price and quantity of products, etc. Usually, this information is stored in cookies, hidden form fields, or URL Query Strings, and is used to increase application functionality and control.

Would you please somebody help me to fix this issue.

What I have tried:

I am trying to fix on the server side cache, but not completely, I only tried.
Posted
Comments
Afzaal Ahmad Zeeshan 9-Nov-18 4:09am    
I guess the problem is that your parameters, that are being passed are being modified. Perhaps, one of the reasons is a mismatch of the key being used for traffic encryption (I being applied).

Please see the following links to understand why it might be happening,
https://ieeexplore.ieee.org/document/6296103
https://www.owasp.org/index.php/Web_Parameter_Tampering

I assume it would be because Ionic is not doing anything, and Java expects it to do something with the data being passed. Under any case, please see how Ionic and Java (which framework?) connects and provides a service.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900