03-28-2013 01:12 AM
hi
i want to read run time http link which gennerated on server.so please help me for this ....
03-28-2013 01:57 AM
Maybe this can be helpful:
http://zone.ni.com/reference/en-XX/help/370014E-01/internet/url_get_http_document/
Regards,
Marco
03-28-2013 03:12 AM
If you don't have the Internet VIs installed, you can also use Datasocket Read by adding [text] to the URL like this:
03-29-2013 05:06 AM
I tried this but i got only header part not actual data part for example:Name: <br/>User ID:, now i want actual data.
03-29-2013 07:27 AM
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.