我使用guzzle php服务器客户端来获得结果。在数组中,我收到了标题详细信息,但没有返回预期结果。是否与p3p有关?我哪里做错了?guzzle php客户端将如何生成主体?
$url='xyz.com';
$client = new \GuzzleHttp\Client();
$options = array(
'headers' => array(
'host' => 'xyz.com',
'Connection' => 'keep-alive',
'User-Agent' => 'device name is mentioned here',
'Accept-Encoding' => 'gzip, deflate',
'Accept-Language' => 'en-US',
),
'verify' => false,
'debug' => false,
'allow_redirects' => array(
'max' => 5,
'strict' => true,
'referer' => false,
'protocols' => array(
'http',
'https'
),
),
);
$response = $client->request('GET', $url, $options);
print_r($response);
Following is the result I have received
GuzzleHttp\Psr7\Response Object
(
[reasonPhrase:GuzzleHttp\Psr7\Response:private] => OK
[statusCode:GuzzleHttp\Psr7\Response:private] => 200
[headers:GuzzleHttp\Psr7\Response:private] => Array
(
[Cache-Control] => Array
(
[0] => no-cache
)
[X-XSS-Protection] => Array
(
[0] => 1; mode=block; report=https://www.google.com/appserve/security-bugs/log/youtube
)
[X-Content-Type-Options] => Array
(
[0] => nosniff
)
[Expires] => Array
(
[0] => Tue, 27 Apr 1971 19:44:06 EST
)
[P3P] => Array
(
[0] => CP="This is not a P3P policy! See http://support.google.com/accounts/answer/151657?hl=en for more info."
)
当我打印print_r($响应-
GuzzleHttp\Psr7\Stream Object
(
[stream:GuzzleHttp\Psr7\Stream:private] => Resource id #82
[size:GuzzleHttp\Psr7\Stream:private] =>
[seekable:GuzzleHttp\Psr7\Stream:private] => 1
[readable:GuzzleHttp\Psr7\Stream:private] => 1
[writable:GuzzleHttp\Psr7\Stream:private] => 1
[uri:GuzzleHttp\Psr7\Stream:private] => php://temp
[customMetadata:GuzzleHttp\Psr7\Stream:private] => Array
(
)
)
$response-
请参阅Guzzlehttp-如何从Guzzle6获取响应的主体?了解更多详细信息。
问题内容: 我正在尝试使用基于imap协议的java邮件api连接到我的邮箱。我检查并确定我插入了正确的参数。这是我得到的以下异常: [ALERT]请通过网络浏览器登录:https : //support.google.com/mail/accounts/answer/78754(失败) 我不知道为什么会这样,此外,我在我的gmail帐户设置中启用了imap选项。 我的代码是: 问题答案: 搜索后
更多的信息 最佳的帮助信息来自Go语言的官方网站,https://golang.org ,它提供了完善的参考文档,包括编程语言规范和标准库等诸多权威的帮助信息。同时也包含了如何编写更地道的Go程序的基本教程,还有各种各样的在线文本资源和视频资源,它们是本书最有价值的补充。Go语言的官方博客 https://blog.golang.org 会不定期发布一些Go语言最好的实践文章,包括当前语言的发展状
我已经创建了p3p文件,将它们放在w3c文件夹中,但fiddler2仍然返回没有p3p的集cookie? iis上的Wordpress站点... 试图让它返回cookies集 我知道这是旧东西,但客户想要它。 我错过了什么?
如果您想查阅某个程序的更详细资料,应该先试试 man 程序名称,或者 info 程序名称。 在 /usr/share/doc 目录里有很多有用的文档,特别是 /usr/share/doc/HOWTO 和 /usr/share/doc/FAQ 里有很多值得一读的文章。 如果您想提交错误报告,请先查阅这些文件: /usr/share/doc/debian/bug*。 针对某个程序,其有关于 Debia
如果您想查阅某个程序的更详细资料,应该先试试 man 程序名称,或者 info 程序名称。 在 /usr/share/doc 目录里有很多有用的文档,特别是 /usr/share/doc/HOWTO和 /usr/share/doc/FAQ 里有很多值得一读的文章。如果您想提交错误报告,请先查阅这些文件: /usr/share/doc/debian/bug*。针对某个程序,其有关于 Debian 的
如果您想查阅某个程序的更详细资料,应该先试试 man 程序名称,或者 info 程序名称。 在 /usr/share/doc 目录里有很多有用的文档,特别是 /usr/share/doc/HOWTO和 /usr/share/doc/FAQ 里有很多值得一读的文章。如果您想提交错误报告,请先查阅这些文件: /usr/share/doc/debian/bug*。针对某个程序,其有关于 Debian 的