Hi,
I contact our host and they said:
The server's behavior is actually correct because it is protected from your firewall. The firewall is set to not allow requests originating from 'behind' the firewall to itself.
The address 83.138.143.249 is the public IP address of the server but is actually 'NATTED' to a private IP address 192.168.100.249 - This is a security feature of the firewall. Here is a page that explains 'NAT' - http://computer.howstuffworks.com/nat1.htm
If your developer tries the same request again but replaces 83.138.143.249 with 192.168.100.249 the page will work perfectly:
http://192.168.100.249/FckEditor/filemanager/browser/default/connectors/asp/ResizeAspNet.aspx?TestAspNet=yes
----
So is it possible for me (or you) to change something in the code to use the address they recommend?
Adrian |
|
|