Missing records in Rpxnow module
This commit is contained in:
parent
ea33d8e8ac
commit
56d84c5d8b
@ -73,6 +73,8 @@ authenticate apiKey token = do
|
|||||||
]
|
]
|
||||||
, requestBody = RequestBodyLBS body
|
, requestBody = RequestBodyLBS body
|
||||||
, checkCerts = const $ return True
|
, checkCerts = const $ return True
|
||||||
|
, proxy = Nothing
|
||||||
|
, rawBody = False
|
||||||
}
|
}
|
||||||
res <- liftIO $ withManager $ httpLbsRedirect req
|
res <- liftIO $ withManager $ httpLbsRedirect req
|
||||||
let b = responseBody res
|
let b = responseBody res
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: authenticate
|
name: authenticate
|
||||||
version: 0.9.1.1
|
version: 0.9.1.2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user