In my http request I am trying to download a file. The request will look something like this.
http://servername:portnumber/somepath/abc.war
At the end of the request I want abc.war to be downloaded. This file I need to use in future Neoload Scripts. When I send above request to server, I see the file is getting downloaded as it takes expected time to complete the request. However, where on the local server/ LG is this file saved? If the file is not saved, is there a way to save this file?