Unable to download detailed CSV from API response

Hi

I am trying to use webpagetest API for testing page load time of a URL and receiving XML response.
Below is the response after I make the HTTP request:

<?xml version="1.0" encoding="UTF-8"?>
<response>
<statusCode>200</statusCode>
<statusText>Ok</statusText>
<data>
<testId>160705_GN_5SX</testId>
<ownerKey>26997f188c1e3868b88c220190267d3a4553d92f</ownerKey>
<xmlUrl>http://www.webpagetest.org/xmlResult/160705_GN_5SX/</xmlUrl>
<userUrl>http://www.webpagetest.org/result/160705_GN_5SX/</userUrl>
<summaryCSV>http://www.webpagetest.org/result/160705_GN_5SX/page_data.csv</summaryCSV>
<detailCSV>http://www.webpagetest.org/result/160705_GN_5SX/requests.csv</detailCSV>
<jsonUrl>http://www.webpagetest.org/jsonResult.php?test=160705_GN_5SX</jsonUrl>
</data>
</response>]

When I try to download the csv report by accessing the url specified under [quote]detailCSV[/quote] tag, nothing happens. No csv is downloaded by the browser.

Can somebody help me as to how I can get the detailed CSV report?