From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP : error 58 (The network function is not supported by the system)

Solved!
Go to solution

Hi all,

 

I have a problem with HTTP Client functions in LV 2011.

 

As you can see in the screenshot attached, I just try to :

- open a handle -> no error

- send a web request by using GET method -> error 58

- close the handle

 

The problem is that an error 58 is generated : "The network function is not supported by the system". However, it works fine when I type the same URL in a web browser.

 

Do you have any idea about what could be the issue ? thank you in advance for your help ! 🙂

 

J.

Download All
0 Kudos
Message 1 of 3
(2,699 Views)

Just an additional information : when I include the port number in the URL (xxx.xxx.x.xx:80), there is still an error 58.

0 Kudos
Message 2 of 3
(2,692 Views)
Solution
Accepted by topic author Julien_31

I have fixed the bug : there was a blank at the beginning of the URL...(!!!). I have removed that blank character and now it's OK.

0 Kudos
Message 3 of 3
(2,670 Views)