02-15-2013 06:54 AM
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.
Solved! Go to Solution.
02-15-2013 06:57 AM
Just an additional information : when I include the port number in the URL (xxx.xxx.x.xx:80), there is still an error 58.
02-18-2013 10:06 AM
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.