Connect using hostname or dns problem
MJJJan 12 2008 — edited Feb 22 2008I am trying to connect to apex running on remote machine using the hostname or dns lookup.
If I use the ip address
http://192.168.1.90:8080/apex/f?p=105 or http://myipaddress:8080/apex/f?p=105 All is well
If I use the hostname or dns name externally
http://bilbo:8080/apex/f?p=105 or http://mydomainnname.com:8080/apex/f?p=105
I get a 400 bad request error The HTTP client sent a request that this server could not understand.
The local machine and externally both resolve to either my internal ip (192.168.1.90) or the public one.
Can anyone help?
Thanks in advance