From 490222f3456d4360304434fe91a40ee7d7965a10 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Thu, 24 Mar 2011 08:48:27 -0400 Subject: [PATCH] Handle redirects after POST requests. --- src/core/consumer.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/consumer.lisp b/src/core/consumer.lisp index 4373186..f803282 100644 --- a/src/core/consumer.lisp +++ b/src/core/consumer.lisp @@ -30,6 +30,7 @@ it has query params already they are added onto it." (cons `("Authorization" . ,(build-auth-string auth-parameters)) additional-headers) additional-headers) + :redirect-methods '(:get :post :head) drakma-args)) (defun generate-auth-parameters