I have 2 computers:
0) at job (connected to the corpotarive netwotk with router-based VPN connection), computer is in domain (let it be named asdomain);
1) at home (connected to the corpotarive netwotk through computer-based VPN connection), computer doesn't belong to domain.
There is a server in the corporative network (let it be named vm-server) which contains XML I need to download. Download link from computer 0 looks likehttp://vm-server:8080/url/File.xml, from computer 1 —
http://vm-server.domain:8080/url/File.xml. Both links can be opened in browser without any problem, but when trying to load the file withIXMLDOMDocument::load from computer 1 I get an error code 0x800c0008 INET_E_DOWNLOAD_FAILURE ("The download has failed (the connection was interrupted)"). But this is wrong, everything works as always!
How to solve this problem? Or at least how to get some more details to get closer to understanding a source of the problem?
I want to draw attention that URL is correct in both cases, because browser shows XML contents in any case.
P.S. I'm sorry if question was posted to wrong forum, I didn't find better one.
If I fall I will arise on my way to paradise