Got CURL installed, seems to run ok but failing on the commands. Wana ask somethin first, does the "ip" 127.0.0.1 or would that be say the internal ip of 192.x.x.x I should be using instead ?
127.0.0.1 is the ip address for the host you're on. It's called 'localhost'. So when you see that as a limit, it means that ONLY the local host (ie the computer the application is running ) is allowed to talk to this service.
So in this case, it means that if you're running in server mode, only a request from the local PC can ask questions of the server node.
It's like they say.. 127.0.0.1 is where the heart is...
cheers,
baldpope