pyhttpx icon indicating copy to clipboard operation
pyhttpx copied to clipboard

如何带上客户端证书进行请求

Open YuushaTao opened this issue 1 year ago • 1 comments

requests代码 resp = requests.post(api_url, data=param_body, headers=headers, proxies=self._proxies, cookies=self.api_cookies, cert=(self.api_client_crt_path, self.api_client_key_path), verify=False) pyhttpx如何实现,看了一圈源代码没找到证书相关的参数

YuushaTao avatar Jan 30 '24 08:01 YuushaTao

不支持,基本不维护了

Yuusha @.***> 于2024年1月30日周二 16:13写道:

requests代码 resp = requests.post(api_url, data=param_body, headers=headers, proxies=self._proxies, cookies=self.api_cookies, cert=(self.api_client_crt_path, self.api_client_key_path), verify=False) pyhttpx如何实现,看了一圈源代码没找到证书相关的参数

— Reply to this email directly, view it on GitHub https://github.com/zero3301/pyhttpx/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ53XMPA7MI32ZEPL7TTSRLYRCTSPAVCNFSM6AAAAABCQZDRIGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYDOMRQGQYTIMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zero3301 avatar Jan 31 '24 10:01 zero3301