LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does the HTTP get function returns the error code 63?

Solved!
Go to solution

I trying to use the HTTP get function to get the XML file is returned from the Google MAPS api distance-matrix. I receive the right answer if I insert the url directly on the browser but using the HTTP get function it returns the error 63, why?

 

This his is my code (the VI is developed on LV2011).

 

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 1 of 3
(2,515 Views)
Solution
Accepted by topic author g_Ricky

I guess, the GET VI intended for using with LabVIEW Web Service, not for obtaining pages from Internet.

 

Use more simplest way:

 

GetDistanceFromGoogleMAPS.png

 

Andrey.

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

Thank you very much for the trick. It seems to work very good!

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 3 of 3
(2,505 Views)