11-26-2015, 10:52 PM
I have written an automated test that triggers runtest.php and downloads the results once they are available. I include "bodies=1" in the call because I would like to have css, html and js included.
The url that is called to trigger the test is
In the resulting HAR file the response bodies are not included. Is there anything else besides unsing bodies=1 in the runtest.php call that I need to do to get the response bodies in the HAR file.
The url that is called to trigger the test is
Code:
http://www.webpagetest.org/runtest.php?bodies=1&...<more variables>
In the resulting HAR file the response bodies are not included. Is there anything else besides unsing bodies=1 in the runtest.php call that I need to do to get the response bodies in the HAR file.