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
curl -v --proxy http://example.com:80 http://example.com
but instead I got
Probably a missing fix hostname call somewhere.
curl 7.52.1 (i386-pc-win32) libcurl/7.52.1 OpenSSL/1.0.2k nghttp2/1.19.0 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS Debug Largefile NTLM SSL HTTP2 HTTPS-proxy
Windows 7
The text was updated successfully, but these errors were encountered:
2f8d0df
Fixed, thank you for reporting!
Sorry, something went wrong.
No branches or pull requests
I did this
curl -v --proxy http://example.com:80 http://example.com
I expected the following
but instead I got
Probably a missing fix hostname call somewhere.
curl/libcurl version
operating system
Windows 7
The text was updated successfully, but these errors were encountered: