Hi All,
I am writing a new plugin and have a question: is there a way to get the client’s IP address or hostname or other identifying information? I want to only let my plugin run when the server and the client are on the same machine.
Thanks for your time and attention!
CalebC
+1, although I’m looking to do the opposite - send local content from server to client across machines.
try getting a dump of the Client object and see if anything useable is in that.
Could you please elaborate on what you mean by the Client object? I can’t find any examples of this.
i don't know how to be more clear. there is an Object called "Client" available in every channel. the docs list it as having "Platform" and "Protocols" properties, but who knows what undocumented goodies it has.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.