Using classic asp and vbscripting to try and implement an automated logon to Reporting Services using WinHttpRequest.SetCredentials... .Send. The code authenticates at the server OK but the response, which happens to be a pdf file returned by Reporting Services, gets truncated (maybe 200 bytes worth). The response header is fine.
When I try getting the same report using wfetch, I get to see the whole pdf file (all of the response data is sent).
Am I missing something in the use of WinHttpRequest for this kind of solution TIA for your help