Beta36 "http://" string in UDP(client) node

I had a patch using the UDP(client) node that stopped sudddenly to work, apparently with Beta36 you should not use “http://” in front of the host IP. Can the devs confirm this? It took me a while to debug this.

well technically speaking “http://” shouldn’t be part of the host. It’s only a protocol notation so the client handles “http://remote.host”, “ftp://remote.host” and “udp://remote.host” differently.
because you already know the protocol (UDP) you should omit the “http://” part or anything “*://”

Yes I do agree that that is more correct, but in the previous version it did accept the protocol. Just a warning for others.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.