You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My proxy provider gives me this format (proxy = f'https://{username}:{password}@{host}:{port}') configuration for proxy. I am using an HTTPS proxy. I read your documentation and also this issue (#6) where I can see that the proxy format: "http://user@pass:proxy_url"
But my code is working. So I hope you will fix this issue.
code warning:
D:\Developing\W.S-PROJECT\realself.com\env\lib\site-packages\curl_cffi\requests\session.py:965: RuntimeWarning: Make sure you are using https over https proxy, otherwise, the proxy prefix should be 'http://' not 'https://', see: https://github.com/lexiforest/curl_cffi/issues/6
req, buffer, header_buffer, q, header_recved, quit_now = self._set_curl_options(
The text was updated successfully, but these errors were encountered:
my code:
My proxy provider gives me this format (
proxy = f'https://{username}:{password}@{host}:{port}'
) configuration for proxy. I am using an HTTPS proxy. I read your documentation and also this issue (#6) where I can see that the proxy format:"http://user@pass:proxy_url"
But my code is working. So I hope you will fix this issue.
code warning:
The text was updated successfully, but these errors were encountered: