Hi,
I've configured two Servers in my project settings. One HTTPS with non standard port number. the second is LAN
In my server Script I need to connect to the selected server and download additional files.
Is there anyway to obtain the currently selected Server info (HTTPS & port number) or LAN) in the Client Script and pass it to the Server Script.
My current solution is to pass the ServerName to the Server Script using a session variable, and use a hard coded port number. This means that if the settings like Port number changes, I have to change the Script also)
any advice ?
-fa
I've configured two Servers in my project settings. One HTTPS with non standard port number. the second is LAN
In my server Script I need to connect to the selected server and download additional files.
Is there anyway to obtain the currently selected Server info (HTTPS & port number) or LAN) in the Client Script and pass it to the Server Script.
My current solution is to pass the ServerName to the Server Script using a session variable, and use a hard coded port number. This means that if the settings like Port number changes, I have to change the Script also)
any advice ?
-fa
Comment