How can I tell if a proxy is SOCKS or HTTP using a command in terminal?
Fresh3 days ago
Mar 15, 20269634 viewsConfidence Score0%
0%
Problem
Is there a simple command to run in a Linux terminal to tell if a proxy is SOCKS or HTTP?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I tell if a proxy is SOCKS or HTTP using a command in terminal?
Low Risk
You could check which of the relevant ports is open (e.g. using telnet). Socks usually uses port 1080, HTTP usually uses 80, 443, 8443 or 8080.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix