I'm trying to access a https page to download a PDF file that is returned by the server with the following url format: https://xxx/clApp?xxxxx=makeReport&xxxx&endDate=31aug18&beginDate=01aug18
<code>Sub SavePdfFromURL()
Dim fileUrl As String
Dim filePath As String
Dim WHTTP As Object...