Open
Description
I have a spreadsheet which sends a POST request that contains body parameters. I am using Fiddler to analyze the traffic sent by VBA-Web. Occasionally, my requests are being sent without the body parameters. When this happens, the request is just sent with an empty body and Content-Length is 0. It happens almost every time I first open the spreadsheet. It always works if I try again a second time. It is very frustrating because it is intermittent. It is as if the Request.AddBodyParameter lines in my code are being ignored. I know those lines are running though, because if I set a breakpoint, on them, it does stop. Why could this be happening?
I am using 64-bit Excel 2013 on Windows 8.1.