I was working on a script to authenticate with gmail's atom feed and give the results of it's findings, but I'm having trouble working out how to authenticate with the server, I found the documentation on winhttp's authentication setup, but I'm lost with it. MSDN Documentation: http://msdn.microsoft.com/en-us/library/aa383144(VS.85).aspx My code so far: $oHTTP = ObjCreate("winhttp.winhttprequest.5.1") MsgBox(0, "", (_HTTPRequest($oHTTP, "GET", "https://mail.google.com/mail/feed/atom") &