The ActiveX for IE example in LabVIEW examples shows how to use the Navigate2 when configured as a GET operation. Has anyone used Navigate2 to perform a POST. I have tried, and the ethernet sniffer tool I use (wireshark) shows that I'm performing a GET. I noticed in the literature that if you don't supply anything in the PostData input, Navigate2 assumes a GET, but I'm supplying PostData. Any successful examples would be greatly appreciated - and if someone has put together a multipart/form-data, that's my next challenge.