If we add a manual IP address and port to the explorer ( for a foreign region) what's happen ? The requests from my computer will no more go through the ISP in my region or what ?
You mean a proxy? They go through the proxy.
However, the request for the proxy itself goes through the ISP :-P
and pages will not go through it ? or it will go through it encoded ? or what ?
Depends a lot on the proxy in question.
I have seen programs that try to resolve the address like it was a name. IE is not my favorite browser by a long shot, especially when things get interesting. You could use curl or telnet to test things. Adjust these sample commands: curl " http://192.168.1.2:40 " telnet 192.168.1.2 40 If the telnet command connects, you could try: GET / Success in both cases would be some HTML.
Join our real-time social learning platform and learn together with your friends!