Scriptable testing/debugging HTTP/HTTPS cookies and redirects
Posted
by Peter Boughton
on Stack Overflow
See other posts from Stack Overflow
or by Peter Boughton
Published on 2010-04-16T10:24:01Z
Indexed on
2010/04/16
10:33 UTC
Read the original article
Hit count: 306
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?
© Stack Overflow or respective owner