If I use HTTP headers, I can stimulate and monitor my LV RT code from a web browser while my PC-based LV code is also talking to the LV RT app. Sometimes, however, the header is the only part that is returned by the web service. In order to fix this occasional nuisance, the headers can be eliminated so that the Read TCP data in Immediate mode doesn't exit when only the header has been returned. Unfortunately, the browser interface (in native, non-JavaScript mode) doesn't work any longer so hitting a simple URL request is useless.
Has anyone found a way to get reliable comms with HTTP headers turned on without having to parse the entire return string line-by-line?