使用guzzle6和pfx-certificate的POST请求

时间:2017-12-04 08:15:05

标签: guzzle6

是否可以使用附加了.pfx-certificate的guzzle6创建POST请求?

该文档仅提及pem-format:http://docs.guzzlephp.org/en/stable/request-options.html#cert

1 个答案:

答案 0 :(得分:2)

虽然http://docs.guzzlephp.org/en/stable/request-options.html#cert的文档没有提及,但似乎也可以使用pfx-format和guzzle。