Quote:
Originally Posted by HammondEgger
The problem, from what I've read, centers around the functionality of MSXML2.ServerXMLHTTP which prevents it from being used to connect to its own address. So, I can read the contents of other site's pages, but not my own.
|
Is this a bug, or a deliberate design feature (perhaps for security?)
If it's a bug, there may be a patch. If it's a design feature, you may need to use an alternate way of connecting, perhaps via cURL (PHP). I'm not familiar with MSXML2.ServerXMLHTTP, so hopefully someone else can offer some suggestions.