Why google.com doesn't use HTTP proxy that I set up?

I configured my http proxy to Chrome browser using Proxifier.

All sites are connecting thru the proxy, but google.com doesn't.

For example, if I type what's my ip on google search it provides me my actual IP.

This is not the case with IE. I also checked Firefox and it has same behavior.


Solution 1:

A very educated guess - https://proxifier.com/features.html says proxifier "can process all outgoing TCP connections". Most http/https connections are done on tcp port 443.

Google, however, have championed another way of doing things. Their QUIC protocol uses UDP rather then TCP for the very small handful of web servers that have this supported and enabled. I posit that proxifier is intercepting TCP connections but Google is using UDP and thus bypassing Proxyfier. (Proxifier that supports UDP? would appear to be relevant)

If you are able to block UDP traffic on your router you can test this theory (where QUIC does not work, the browser automatically falls back to a regular TCP connection)