Scriptable testing/debugging HTTP/HTTPS cookies and redirects
- by Peter Boughton
I need to setup some automated testing of HTTP requests, to check cookies are doing the right thing, with (manual) debugging when there is a problem.
So far I've been muddling along with Firebug, but it's quite a bit of effort using that, and I would prefer some form of scriptable tool, both to make it easier for me and to allow an automated regression test.
Any recommendations?