I test an API that successfully downloads a 40 MB CSV file in 14 seconds from browser. However, when I created a script using VUGEN (Web HTTP protocol), I noticed that it took more than 4 minutes to download same file. It downloads less number of records at a time and so taking more time to download all records. It shows content-type as text/csv which is also correct in response header but downloading process is very slow.
I would appreciate any suggestions to solve this very slow download problem in vugen
I have given same proxy settings as browser, keep-alive connection enabled.