On 16/04/25 18:37, Renzo Marengo wrote:
I know browser uses CONNECT method in http request to communicate to proxy server, I askĀ  about other applications (which use this proxy server) if It's requirement to use the sameĀ  CONNECT method creating a http request to proxy server. It often occurs applications communicate to hosts with ports which are different from 80/443 so I think I't' necessary to establish tunnel connection to non standard ports.
It's all right ?


Not quite. HTTP may occur over any port (unusual, but permitted).

The CONNECT method is to establish a TCP-like tunnel between client and server through an HTTP proxy. That includes HTTPS (port 443) traffic going through an HTTP proxy.


HTH
Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to