How To Find Proxy is Http or Socks
http, proxy, socks
Solution
try it as http: `curl -x http://x.x.x.x:y check-host.net/ip`. if fails, try as socks: `curl -x socks://x.x.x.x:y check-host.net/ip`.
Problem
Can anyone tell me how to find the proxy server is http or socks ? Is that based on port number ? how it differs ? Thanks in advance