object(Guzzle\Http\Message\EntityEnclosingRequest)[3274]
protected 'body' =>
object(Guzzle\Http\EntityBody)[3278]
protected 'contentEncoding' => boolean false
protected 'stream' => resource(67, stream)
protected 'size' => null
protected 'cache' =>
array (size=9)
'wrapper_type' => string 'php' (length=3)
'stream_type' => string 'temp' (length=4)
'mode' => string 'w+b' (length=3)
'unread_bytes' => int 0
'seekable' => boolean true
'uri' => string 'php://temp' (length=10)
'is_local' => boolean true
'is_readable' => boolean true
'is_writable' => boolean truecase 'POST':
$curlOptions[CURLOPT_POST] = true;
$curlOptions[CURLOPT_POSTFIELDS] = (string) $request->getBody(); // should be set automatically when posting data
unset($curlOptions[CURLOPT_CUSTOMREQUEST]); // shouldn't be set when posting.
break;
HTTP/1.1 303 See Other Server: Oracle-iPlanet-Web-Server/7.0 Date: Mon, 10 Sep 2012 09:57:30 GMT Set-cookie: Actrust-session-v002b=L25ldGNvbm5lY3QyXzBEZW1vL3NlcnZsZXRzL05ldENvbm5lY3RTZXJ2bGV0; secure; domain=.experian.com; path=/ Content-length: 0 Location: /securecontrol/sso_logon.html Connection: close
Please Advise.
Thanks,
Vivek