From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
12-16-2019 06:48 AM
I have to send the "Welcome" String on URL. But I did not understand how can do this.Can you please help me to find out this.
Solved! Go to Solution.
12-16-2019 07:50 AM
Did you even look for information before you posted?
https://forums.ni.com/t5/LabVIEW/How-to-send-a-URL-from-within-LabView/m-p/790834
There are a few examples of what I believe that you are trying to do but this one gives you everything you are asking for.
12-16-2019 11:47 PM
I read the concept of HTTP Client VIs. And used the POST.vi to send the data "Welcome" on URL But this given string can not received on third party specified URL. I attached the using post vi.png file. It returns the HTTP /1.1 404 not found. How can I solved this issue?
12-17-2019 02:43 AM
I got the solution . Now I am able to transfer the data on URL. Actually the problem is the URL was not complete. That why that error came.
Thank you ...