06-05-2019 07:20 PM
Hi MilanR, I'm trying to create a LabVIEW HTTP AddHeader VI ,There isn't a head of postman.Where is it? Thanks.
06-05-2019 07:52 PM
Hi mybook.
Does that answer your question?
Matthias Baudot | Software Architect | Founder at STUDIO BODs
06-06-2019 12:36 AM
Thank you very much!
09-03-2019 11:07 PM
Hi MilanR,
photo attached showed the manual sending using RESTClient (set method, URL, header and body) and it will response. Do you have any idea to perform this using LabView VI ? thanks for your help.
09-04-2019 12:48 PM
Hi Shengko,
The screenshot you shared seems to be including a request body in the HTTP GET. If it is necessary to do an HTTP GET with a request body you will not be able to use the HTTP GET in the LabVIEW HTTP Client. You can see the the LabVIEW HTTP Client GET VI documentation that the VI does not take body as an input.
If you can instead use an HTTP Method that does include a request body, such as LabVIEW HTTP Client POST VI, then you can perform the request with a body. The example above shows how to include a body in a POST request and how to add headers.
09-04-2019 08:27 PM
Hi Milan,
thanks for your response.
Sorry for wrong info given. Yes, I'm using post method in RESTCLient and the response as photo RESTClient.JPG.
But when i convert it into LabView, its showed as error59 as photo LabView.JPG.
Do you have any idea on this error message ?
thanks again.
09-05-2019 01:13 PM
Hi shengko,
Searching for the error code 363507 results in the following KnowledgeBase article: Error 363507 When Using SSL Enabled LabVIEW Web Services
The KnowledgeBase gives a couple of options to try. If you attempt those options and still have issues make sure reply with what you tried and what the results were.
09-24-2019 11:56 PM
Noted. Thanks Milan.
12-18-2019 03:18 AM
Hi,Have you sloved this problem? I have a same problem now. I need to send message to a web server. The example of the url and json string as Post example.JPG. And I have tried to use labview as
04-02-2020 06:05 AM
if i may ask how is this possible ?
"Are you trying to create a LabVIEW Web Service that is capable of listening to and responding to HTTP Post messages"
can help please, this is what im trying to do