Open Configuration (HTTP)
- Updated2025-04-08
- 2 minute(s) read
Initializes an HTTP connection for SystemLink data services to communicate with your SystemLink Server using your SystemLink Server login credentials.
Programming Patterns
- Transferring Data Using Tags
- Sending Messages Between Systems
- Acquiring Test Results
- Transferring Files from Disk to the Server
- Transferring Files from Memory to the Server

verify server?
A Boolean that determines whether this VI will verify the connection is secured by a valid certificate. The default value is True.This input also allows local connections over HTTP in addition to HTTPS connections.
server url
URL of the server where this VI sends the web request. If you leave server url unwired, this VI uses http://localhost:80 as the default URL.
The
following table describes how to use the proper URL syntax for the
server url input.
Part | Definition | Example |
---|---|---|
Scheme | Protocol the web service uses. | http:// |
Host | Domain name or IP address of the service. | localhost |
Port | HTTP port of the web service. If you don't specify a port, the web service uses the default port. | 80 |
Use the following syntax to prompt a connection to the SystemLink Server: http://host:<port>.