By default our proxies are running on port 80 and 55555. For some clients just one of these ports would work because of their network settings, but for 99% of our clients the both ports will work. Those are the ports on which you enter on the proxy which doesn’t matter because the sites will see you on the exit port. You control the exit port.

Examples.

When you make a request to http://test.com, the exit port is 80 because that is the default port for the http protocol

When you make a request to https://test.com, the exit port is 443 because that is the default port for https/ssl

When you make a request to http://test.com:8080 or http://test.com:PORT_GOES_HERE, you will have the exit port on the number after the “:”

Was this answer helpful? 28 Users Found This Useful (29 Votes)