My game communicates with server through 4567 port using TCP custom binary protocol and some clients cannot play game. I think that is because of firewalls.
Later I will use 80 port and want to know: does firewall intruse into transmitting data and is there possibility that he will block non-HTTP data? If it is, how can I send my binary data within HTTP and will not firewall block even such data?
Thank you.