I am developing a LabVIEW program that communicates with a webserver
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 (this limitation is imposed by a lot of popular servers,
like Tomcat). I know it's possible to modify the vis in the toolkit.
However, I don't want to make this because it may cause a lot of
"collateral effects" in the future. Http specification could be
read at http://www.faqs.org/rfcs/rfc2616.html
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 of a workaround?
Best regards,
Vinicius Falseth