Jun 22, 2015; 09:44
deco rior
http_response
Hi,
We are using Brad’s http_response. I have the following request setup (BELOW)
But CURLOPT_FOLLOWLOCATION does not seem to be working. The curl executes fine, but I do not see any data coming back from the redirect.
include_url with -options with the CURLOPT_FOLLOWLOCATION works, but causes me other issues.
Any help would be appreciated
#req->headers = (:'Content-Type'='application/json',`Authorization` = `Bearer ` + #code->find(`access_token`))
#req->postParams = #m
#req->options = (:CURLOPT_FOLLOWLOCATION=1)
#req->timeout = 300
local(resp) = #req->response
log_critical(#resp->bodyString)
log_critical(#resp->bodyString)
#resp->headers
#resp->statusMsg
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>