如何带上客户端证书进行请求
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如何实现,看了一圈源代码没找到证书相关的参数
不支持,基本不维护了
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: @.***>