Proxy HTTP Request Feature in LabVIEW

Updated Apr 29, 2020

Issue Details

Can I perform proxy HTTP request such as proxy HTTP Get request by using LabVIEW?

Solution

There is no out-of-box solution to implement proxy HTTP request in NI LabVIEW. Below are the possible workarounds on how to implement proxy HTTP request in NI LabVIEW.
  • Using Third-Party Add-Ons for LabVIEW
  • Calling C/C++ DLLs from LabVIEW
  • Calling .NET Assemblies from LabVIEW
  • Calling Scripting Languages (such as Python) from LabVIEW

Additional Information

Proxy HTTP request is currently available for NI LabVIEW NXG only.