Overview
Demonstrates how to request a resource from a HTTP server.
Description
This VI shows how to use TCP to connect to a HTTP server and request a resource. Any available resource may be requested (HTML, image, etc.). Refer to the Web for more information about the HTTP protocol specifications.
Requirements
LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Run the VI
- The program will send a "get" command to ni.com and receive the HTML code from the website
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**