LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

get http response status code

Solved!
Go to solution

 

Dear Community,

is there a quick and neat way to extract the http response status code (200 for example) without the need to parse the http response?

 

0 Kudos
Message 1 of 2
(1,512 Views)
Solution
Accepted by topic author labviewette

@labviewette wrote:

is there a quick and neat way to extract the http response status code (200 for example) without the need to parse the http response?


You probably want to parse the header, not the body.

 

With the build in library, there isn't a way around it.

0 Kudos
Message 2 of 2
(1,475 Views)