Web Type Proxies VS Connect Type Proxies
in Need Help
which is better if i have a HTTP proxy?
Web Type Proxies VS Connect Type Proxies
Web Type Proxies VS Connect Type Proxies
Comments
WEB is one type CONNECT another. WEB uses a normal GET/POST request to the proxy with the full URL as parameter rather than just the path.
CONNECT will use CONNECT <ip/host>:<port> and will send anything after connectionw as successful (like a GET/POST or any other protocol like irc, icq...).
Michael