Wednesday, 11 September 2013

Altering the website using Chrome Inspector

Altering the website using Chrome Inspector

Let's say I have a form that contains an hidden field that holds the ID of
an editing record. Using the chrome developer tools, someone decides to
modify the hidden element of the form, to something else. The person then
submits the form.
My question: What is the value that hidden field when it is sent to the
server? Is it the original value or the modified value?



Another example - Similar
There is a form that contains 3 input fields (name = txt1,txt2,txt3). Can
someone use the chrome inspector to change the name attribute of input
fields and make a request?

No comments:

Post a Comment