
9 Feb
2007
9 Feb
'07
12:10 p.m.
Hi, On Fri, 9 Feb 2007 17:31:18 +0530, "Saurabh Nanda" <saurabhnanda@gmail.com> wrote:
I'm trying to write some tests for an HTTP based API. I need to check whether a server responds with a 302 status code and then need to check the referred location as well, without actually visiting that link.
How is it possible with drakma? If I use :redirect 0 then the http-request function throws up an error.
How about setting :REDIRECT to NIL? See also :REDIRECT-METHODS. Cheers, Edi.