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.