Hello everybody.
I’ve got a little problem running my applet. The reason is: there are several host names registered to a single IP.
So, let’s say I’ve got an IP: 77.120.97.100 and there are two hostnames: a.com and b.com. If you’re typing http://77.120.97.100 in your browser you’ll come to a.com
My applet’s codebase is in b.com. So here’s the problem: when I try to connect from my applet to http://b.com:80/script.php it resolves ip address and goes to a.com, and then denies the connection because codebase is in fact from different host.
Any suggestions how to solve this issue?