I am developing a LabVIEW program that communicates with a web server via http protocol. I'm using
"URL Get HTTP Document "
vi (part of LabVIEW Internet Toolkit) to make it possible. This
vi
gives support only to "GET method", in wich the message is sent in the
URL. This method has a maximum size of 1024 characters, compelling me
to truncate some messages. I think National could modify this
vi to include support to "POST method" (without maximum size). What do you think about it? Does anyone have some idea?
Thanks.
My regards,
Vinicius Falseth