Paros Proxy – useful utility for web debugging
Wouldn’t it be great if you could see what data exactly do you submit with your HTML form with Post method? Well, you can and it’s easy with Paros Proxy tool !
As the name says, to simplify, this utility acts as your local web proxy. So, to set it up (after the installation) you configure your web browser’s proxy setting to something like http://localhost:xxxx (where “xxxx” is a Paros Proxy specific port). By doing that all traffic you make through your web browser goes through this utility. Read more >>
Darko Martić - IT Engineer, eBusiness and eCommerce Professional

Recently I was alarmed that one of my late projects is under attack. It was one of my first websites I created using ASP+MS SQL.