|
|
|
|
|
by avidiax
253 days ago
|
|
It could be that they allow any HTTP/HTTPS request that has Host: acwifi.com
regardless of whether the IP address destination of the request is valid for acwifi.com.You see these sorts of shenanigans being used to get around country-wide firewalls. Plenty of deep packet inspection is unable to handle edge cases like the "Host:" header being misleading, having it fragmented into two TCP packets, etc. See "domain fronting". |
|