TheToolbox
Elite Member
- Jul 25, 2021
- 1,568
- 643
Can me someone answer this? ^^
here you goCan me someone answer this? ^^
Not only. For any tcp based protocol too.http proxies are only for http or https
They are different protocols. SOCKS existed before HTTP and can proxy any kind of transmission protocol, be it TCP or UDP. Http proxies use the httpCan me someone answer this? ^^
CONNECT method and can only use TCP.... For HTTPS or TCP.Http proxies use the httpCONNECT
Ofc, but that's because the provider did not setup a UDP port for their SOCKS5 proxy and not because of some limitation of a protocol.not many Socks5 proxies on market support UDP.
If all your proxy does for you is fetch a page with a simple GET and send it back to you, it's not correct to call it a proxy. Those are fetchers. A proxy is supposed to route all your headers and cookies and tunnel your entire TCP connection to the host and that is only possible an httpfor plain HTTP they use simple GET.
CONNECTit's not correct to call it a proxy.
Rightly said, any video streaming requires SOCKS5.They are different protocols. SOCKS existed before HTTP and can proxy any kind of transmission protocol, be it TCP or UDP. Http proxies use the httpCONNECTmethod and can only use TCP.
What does that mean for you?
That means if you want to setup a proxy for say, a multiplayer videogame, you can only do that with a SOCKS5 proxy server. Videogames use UDP for transporting their packets. And It's not just Videogames, things like Video Conferencing apps like Zoom, Hangouts etc use UDP and can only be properly proxied with a SOCKS5 server.
An Http proxy server can only use TCP. Now HTTP itself run on TCP and all websites work with HTTP, so if you just want to proxy a connection to websites, an http proxy is fine.