05-05-2021 02:45 AM
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?
Solved! Go to Solution.
05-05-2021 05:14 AM
@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.