Page 1 of 1

Make it sense?

Posted: Thu 3. Feb 2005, 12:49
by Tycon
I put the Replacement Tag

Code: Select all

{NAV_TABLE_COLUMN}
for navigation.
While I was reading the generated code I stumble over:
<script language='javascript' src='http://127.0.0.1:1029/js.cgi?a&r=29358'></script>
Make it sense to use the url of an external server to load the script?

Posted: Thu 3. Feb 2005, 12:58
by pico
The Adress 127.0.0.1 is not a external Adress, its your Local-Host

I thought so...

Posted: Thu 3. Feb 2005, 13:27
by Tycon
but I have a static IP and this is not the one

Posted: Thu 3. Feb 2005, 13:38
by pico
every Networking Computer has normaly a 'Local Host' this declared by the Rules of TCP/IP and this Adress is fixed to 127.0.0.1. This has nothing to do with your IP from extern (fixed or temporally) .
This means that the Script is called and parsed at the Host where it is called.

see here
http://rfc.net/rfc2606.html

German
Localhost - Bezeichnung des lokalen Computers als Server.

Die IP des Localhosts lautet immer 127.0.0.1.

Posted: Thu 3. Feb 2005, 13:57
by Tycon
I understand. It seems that I have to deal with subject intensely. :shock:

Thank you for your answer


Gruß Dirk