diff --git a/Web/Authenticate/Rpxnow.hs b/Web/Authenticate/Rpxnow.hs index 23defbe5..a7bda581 100644 --- a/Web/Authenticate/Rpxnow.hs +++ b/Web/Authenticate/Rpxnow.hs @@ -73,6 +73,8 @@ authenticate apiKey token = do ] , requestBody = RequestBodyLBS body , checkCerts = const $ return True + , proxy = Nothing + , rawBody = False } res <- liftIO $ withManager $ httpLbsRedirect req let b = responseBody res diff --git a/authenticate.cabal b/authenticate.cabal index 12d43cc7..dd8eff73 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.9.1.1 +version: 0.9.1.2 license: BSD3 license-file: LICENSE author: Michael Snoyman