|
HTTP Proxy |
Top Previous Next |
|
HTTP Proxy is a Data Transfer/Device Plugin that allows you to access the embedded Web Servers of Device Servers currently connected to LinkServer which are located in private networks or have no static IP addresses. This is done using HTTP. When LinkServer is started, this plugin installs a special web application into the LinkServer's embedded Web Server. This application turns LinkServer into the HTTP proxy server allowing to access web pages contained in the Device Servers connected to it and working through the HTTP Proxy plugin.
More information about the HTTP Proxy service may be found under HTTP Proxy Service in the System Basics section. When the plugin is running, the following URLs may be used to access web page provided by the Web Server embedded into the Device Server connected to LinkServer: https://server_address/dev/device_server_owner/device_server_name/page_path/page_name http://server_address/dev/device_server_owner/device_server_name/page_path/page_name The first example uses a secure HTTPS connection between the Web Browser and LinkServer. The second example shows a non-secure HTTP connection. server_address is the IP of the LinkServer or one of the DNS addresses defined in the Host Name Aliases. If a DNS address is used, it should also be properly configured in DNS (i.e, you also have to configure your DNS server and make sure you can indeed reach the LinkServer's IP via this DNS address). device_server_owner is the name of the user account under which the Device Server is registered device_server_name is the name of Device Server Account page_path and page_name should point to the requested page in the Device Server's embedded Web Server.
|