ASP.Net DropDown Security

A

anoop

Hello,
I have .aspx page which has a dropdown. The Dropdown has 10
values. Now If I say Select 10th Value at client Side , submit the form and
Intercept the Form by using an Intercepting proxy (BURP PROXY). Now if I
change the corresponding passed value of dropdown to an invalid value such as
' or '1'='1 and Press the Forward button of the Interceptor. Now the Result is

The Value of the Dropdown changes to the First Value.
Now :
Initial Value - 10th value of dropdown
Final Value - 1st Value of dropdown

Now How can I validate this value so that If anyone gives invalid value
after Form is submitted from the Client Side by intercepting, The Form
should give one of the result

1. It should give user defined error
2. The Value remain selected as it is.

please help me.

Thank you
 
N

Nicole Calinoiu

Any data you attempt to include in form submissions to help detect changes
of this type will also be spoofable in the same way. Your best protection
against on-the-wire data modifications would be to use HTTPS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top