Is there a way to get the Gateway hostname from a client?

Is there a way to get the Gateway server hostname from a client?

I just want to display the Ignition gateway server hostname that a client is connected to on the client window. This can be useful since we may connect to a production vs test gateway server. I thought about parsing the GatewayAddress tag, but that typically will just have “localhost” for the gateway server.

Thanks,
Bob

Did you try looking at that tag from a client/designer that is not launched from the same server as the gateway?

Ah, that makes sense. The gateway server name is there, I will parse the tag. Thanks for the nudge!