DesktopX and Microsoft.com

The AeroWeather widget attemps to connect to Microsoft.com. What possible reason does it have for this, considering that the actual weather data is downloaded from xoap.weather.com?
3,401 views 7 replies
Reply #1 Top
Just a guess, but that's probably DX just testing that you have a connection.

Posted via WinCustomize Browser/Stardock Central
Reply #2 Top
Its the line that says "If System.InternetConnected Then". This function actually pings ms.com and if it gets a response it declares you have an internet connection. I used to have tons of problems with getting web objects to work behind a firewall/proxy and ended up commenting it out it a lot of widgets to get them to work. The problems seem to have cleared up as of late, not sure if its due to changes Stardock made or ones that my company made to the firewall/proxy.
Reply #3 Top
Given the number of people paranoid about Microsoft, it would seem wiser to use something like Yahoo or Google to test for a connection.

Posted via WinCustomize Browser/Stardock Central
Reply #4 Top
All 3 scare me. How about using WC or Stardock?
Reply #5 Top
Yeah bichur's right. I trust wincustomize so I would set it there
Reply #6 Top
Maybe they want something a little more reliable.


Come to think of it, if you don't trust Stardock making a connection to Microsoft, why would you trust them at all?


Posted via WinCustomize Browser/Stardock Central
Reply #7 Top
Just a guess, but that's probably DX just testing that you have a connection.


Sending a single ping to the default gateway or dns server would be a bit more elegant. Is this in DX or in the weather code everybody is using?
This is so ugly, that once you're on your corporate network, behind a proxy, and manage to set a systemwide proxy, as DX doesn't care about proxies, you still have to put microsoft.com into your local hosts file pointing to an always accessable webserver. I'm using our corporate intranet server for these purposes.