We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is a query rather than an issue. Thanks for the amazing library.
I found that HTTP proxy is supported in websocket client.
info.http_proxy_address = "192.168.1.1"; info.http_proxy_port = 23233;
As far as I understood from the source code, only HTTP proxy is supported and not HTTPS proxy.
HTTP
HTTPS
lws_set_proxy -> /* we have to deal with a possible redundant leading http:// */ if (!strncmp(proxy, "http://", 7)) proxy += 7;
Can you please confirm that HTTPS proxy is not supported ?
If supported, could you guide me to an example ? And if not supported, are there any plans in near future ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is a query rather than an issue.
Thanks for the amazing library.
I found that HTTP proxy is supported in websocket client.
As far as I understood from the source code, only
HTTP
proxy is supported and notHTTPS
proxy.Can you please confirm that
HTTPS
proxy is not supported ?If supported, could you guide me to an example ?
And if not supported, are there any plans in near future ?
The text was updated successfully, but these errors were encountered: