Hello,
I'm try to connect a web page.
This code vba (Outlook)
Dim xmlhttp
Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
Call xmlhttp.Open (POST", "http://localhost/Index.aspx", False)
Call xmlhttp.Send("data=123")
The request works, which happens(passes) is that I do not manage to gather the ordered information, The Form collections is empty .
Thanks.!