Web Application Security
Author: jason.huggins@uniface.com (Jason Huggins)
Hi All, One of the biggest concerns with modern web development is how to build secure web applications and avoid the common pitfalls, for example: - Page resubmission - Spoofing - Code / SQL Injection - Cross Site Scripting - Hijacking - Etc? Let?s use this thread to share our experience of implementing secure web sites. I?ll start with a simple rule of thumb: ?Always sanity check your query strings? This is probably the easiest thing to hack from the client browser, through the simple manipulation of the URL. This can lead to disastrous results, whether the attack is malicious or just an innocent mistake. Jason.




