A
Ashwin Nair
Guest
Okay. This is the first time I've encountered such an issue. Does the server ever ever fail to send an HTTP response code? I'm executing a web http/html script and I'm facing a 'No HTTP status line detected' error. The funny part though is that the response body is proper with all required information(read dynamic correlation) that I'm looking for. I ran the script with debug log level and I'm able to see the complete http 200 status code, however the script pauses at the same point after throwing above mentioned error. According to the W3 documentation, a server should an will send an http response code from 1xx to 5xx. Does it look like a hiccup with LR(v9.5)? Because it is not able to parse the http response code for some reason. Any help?