Hacker News new | ask | show | jobs
by terrellm 5645 days ago
Yet another example of why sites need to validate requests on the server side instead of just assuming Javascript or Select lists will handle all of the validation.

Another technique to use if you can't just modify Javascript is to use the Firefox Tamper Data plugin and intercept & modify requests.

1 comments

How did I not know about the Tamper Data plugin - thanks!