The following used to work. Now it cannot find the file and WinHttpReq.status = 404.
On Error GoTo Failed
Dim oStream As Variant
Dim WinHttpReq As Object
Set WinHttpReq = CreateObject("MSXML2.ServerXMLHTTP.6.0")
WinHttpReq.Open "GET", FileURL, False, Username, Password...