Post date: 2010-11-17 20:50Theres another interceptor called Fiddler http://www.fiddler2.com/fiddler2/ Also if you want to go deep theres wireshark.
However what We've noticed recently is the use of NGIX (http://wiki.nginx.org/Main). It can be used to setup a proxy server locally, allowing for the development of Javascript intese HTML5 applications without hitting cross-site scripting issues.
You can safely work against a target REST-api and then when the application is avaliable deploy it in a location where it wouldn't have the cross-site issues.
Also if your working with SMTP I'd like to drop a short line about Dumpster (http://quintanasoft.com/dumbster/) a small library allowing you to create tests for sending emails though SMTP.
|