LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

http read

hi

 i want to read run time http link which gennerated on server.so please help me for this ....

0 Kudos
Message 1 of 5
(2,681 Views)
0 Kudos
Message 2 of 5
(2,671 Views)

If you don't have the Internet VIs installed, you can also use Datasocket Read by adding [text] to the URL like this:

 

DS_Read.png


___________________
Try to take over the world!
0 Kudos
Message 3 of 5
(2,657 Views)

I tried this but i got only header part not actual data part for example:Name:  <br/>User ID:, now i want actual data.

0 Kudos
Message 4 of 5
(2,634 Views)

The code uses the HTTP protocol to get the data at the URL. If the data you want is not at that URL, then you need to find out where it is.


___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(2,627 Views)