5 Jan
2013
5 Jan
'13
9:25 p.m.
Hello, I try to connect to host:
connectTo "httpbin.org" (PortNumber 80) {handle: <socket: 8>}
It's ok. But if i try to connect:
connectTo "httpbin.org/ip" (PortNumber 80) *** Exception: getAddrInfo: does not exist (Name or service not known)
Why i got this error? Thank you.